mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Fix pattern
This commit is contained in:
parent
2dd8c44691
commit
aa8b7b9aa6
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ defmodule Philomena.Textile.ParserMarkdown do
|
|||
{:ok, tree, [{^close_token, _} | r2_tokens], _level} ->
|
||||
{:ok, [{:markup, open_tag}, tree, {:markup, close_tag}], r2_tokens}
|
||||
|
||||
{:ok, tree, r2_tokens} ->
|
||||
{:ok, tree, r2_tokens, _level} ->
|
||||
{:ok, [{:text, open}, tree], r2_tokens}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue