mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Don't make commands subsections, so Docs TOC plage is cleaner
This commit is contained in:
parent
de0aead1cd
commit
5cc9a1fe44
@ -80,7 +80,7 @@ md_tag(p, V) ->
|
||||
md_tag(h1, V) ->
|
||||
[<<"\n\n## ">>, V, <<"\n">>];
|
||||
md_tag(h2, V) ->
|
||||
[<<"\n\n### ">>, V, <<"\n">>];
|
||||
[<<"\n__">>, V, <<"__\n\n">>];
|
||||
md_tag(strong, V) ->
|
||||
[<<"*">>, V, <<"*">>];
|
||||
md_tag(_, V) ->
|
||||
|
Loading…
Reference in New Issue
Block a user