add at sign to link ending characters

This commit is contained in:
byte[] 2019-12-31 00:01:51 -05:00
parent 1c6387e847
commit 3d629bf157

View file

@ -27,7 +27,7 @@ defmodule FastTextile.Lexer do
|> unwrap_and_tag(:newline)
link_ending_characters =
utf8_char('#$%&(),.:;<=?\\`|\'')
utf8_char('@#$%&(),.:;<=?\\`|\'')
bracket_link_ending_characters =
utf8_char('" []')