mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
don't lex closing bbcode as part of a link (furbooru/philomena#36)
This commit is contained in:
parent
6de4ad3ac4
commit
35d80bcf9c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ defmodule Philomena.Textile.Lexer do
|
|||
end_of_link =
|
||||
choice([
|
||||
concat(link_ending_characters, extended_space),
|
||||
string("[/"),
|
||||
extended_space
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue