mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Also: * Fixes many issues in the default theme * Moves the default theme from default-theme to default_theme * Creates a new, robust linker infrastructure that will support bare links * Replaces slugg with github-slugger * Outputs unknown types as Any. Fixes #451
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
<section class='py2 clearfix'>
|
|
|
|
<h2 id='<%- note.namespace %>' class='mt0'>
|
|
<%- note.name %>
|
|
</h2>
|
|
|
|
<% if (note.description) { %>
|
|
<%= md(note.description) %>
|
|
<% } %>
|
|
</section>
|