diff --git a/lib/textile/lexer.ex b/lib/textile/lexer.ex index a87d7455..7835b5ce 100644 --- a/lib/textile/lexer.ex +++ b/lib/textile/lexer.ex @@ -146,7 +146,8 @@ defmodule Textile.Lexer do blockquote_open, blockquote_open_cite, blockquote_close, - link_markup_start, + bracketed_literal, + link_markup_start ]) link_contents_element = @@ -157,6 +158,7 @@ defmodule Textile.Lexer do blockquote_open, blockquote_open_cite, blockquote_close, + bracketed_literal, link_markup_element ]) @@ -242,4 +244,4 @@ defmodule Textile.Lexer do defparsec :lex, textile -end \ No newline at end of file +end