You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add plugin to markdown that shows rendered examples:
Example of `<b>` tag:
<!-- @image:bold -->
` ` ` xml
Example of <b>bold</b>.
` ` `
<!-- @end -->
The result is:

Inline preview:
` ` ` xml
Example of <b>bold</b>.
` ` `
<!-- @preview -->
The plugin will do:
Create DocTML from code (wrap with <document> if needed)
Add plugin to markdown that shows rendered examples:
The plugin will do:
<document>if needed)