mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Need extra line before ## in markdown
This commit is contained in:
parent
239b1c6f74
commit
aaa84dc118
@ -79,9 +79,9 @@ md_tag(pre, V) ->
|
||||
md_tag(p, V) ->
|
||||
[<<"\n\n">>, V, <<"\n">>];
|
||||
md_tag(h1, V) ->
|
||||
[<<"\n## ">>, V, <<"\n">>];
|
||||
[<<"\\nn## ">>, V, <<"\n">>];
|
||||
md_tag(h2, V) ->
|
||||
[<<"\n### ">>, V, <<"\n">>];
|
||||
[<<"\n\n### ">>, V, <<"\n">>];
|
||||
md_tag(strong, V) ->
|
||||
[<<"*">>, V, <<"*">>];
|
||||
md_tag(_, V) ->
|
||||
|
Loading…
Reference in New Issue
Block a user