1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-05 19:42:11 +02:00

Typo in markdown generator

This commit is contained in:
Paweł Chmielowski 2016-02-09 13:03:04 +01:00
parent 10ed4a1c85
commit d36c351fc7

View file

@ -79,7 +79,7 @@ md_tag(pre, V) ->
md_tag(p, V) ->
[<<"\n\n">>, V, <<"\n">>];
md_tag(h1, V) ->
[<<"\\nn## ">>, V, <<"\n">>];
[<<"\n\n## ">>, V, <<"\n">>];
md_tag(h2, V) ->
[<<"\n\n### ">>, V, <<"\n">>];
md_tag(strong, V) ->