mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -06:00
b3ecf00c98
Allows to write custom code blocks: ``` ```mermaid height=200,foo=bar test ``` ``` Which will then get converted to: ``` <pre data-code-wrap="mermaid" data-code-height="200" data-code-foo="bar"> <code class="lang-nohighlight"> test </code> </pre> ``` |
||
---|---|---|
.. | ||
addon | ||
app | ||
config | ||
engines/discourse-markdown | ||
vendor | ||
.npmrc | ||
ember-cli-build.js | ||
index.js | ||
package.json |