Where notices get rendered #2389
Replies: 1 comment
|
In docsify 4.13.1 this is handled in the paragraph renderer, not a separate notice plugin. The relevant source is: https://github.com/docsifyjs/docsify/blob/v4.13.1/src/core/render/compiler/paragraph.js It checks the rendered paragraph text for the escaped prefixes:
Then
The theme CSS supplies the visual treatment. The One version caveat: the current v5 branch has moved callout handling to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
On the docsify-themeable demo page I see notices
but cannot find the code that renders this Markdown to HTML.
Could you help me?
All reactions