mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
add at sign to link ending characters
This commit is contained in:
parent
1c6387e847
commit
3d629bf157
1 changed files with 1 additions and 1 deletions
|
@ -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('" []')
|
||||
|
|
Loading…
Reference in a new issue