We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c8f9a commit 2cf8429Copy full SHA for 2cf8429
docs/THEMING.md
@@ -22,3 +22,11 @@ or an array of [vinyl](https://github.com/gulpjs/vinyl) `File` objects.
22
The theme is free to implement HTML generation however it chooses. See
23
[the default theme](https://github.com/documentationjs/documentation-theme-default/)
24
for some ideas.
25
+
26
+### Theming Markdown
27
28
+The default Markdown generator for documentation.js isn't customizable - instead
29
+of a plain-text theme, it's generated by creating an AST and then rendering
30
+it with [remark](http://remark.js.org/). If you need something extra in Markdown,
31
+you can either rally for that thing to be included in the default theme,
32
+or you can hack around it by using an HTML theme that outputs Markdown.
0 commit comments