648de7dd86
If a document provided a title jsdoc tag then its h1 element was being rendered incorrectly as a markdown paragraph. This change renders the title as a markdown h1 tag directly. Fixes #16099
4 lines
129 B
HTML
4 lines
129 B
HTML
{% if doc.title %}{$ ('# ' + doc.title.trim()) | marked $}{% endif %}
|
|
<div class="content">
|
|
{$ doc.description | marked $}
|
|
</div> |