-
Would it be possible to have an option to render annotations as normal lists after codeblocks, as opposed to popups? There are a few reasons for asking for this:
So basically, I would just like numbered icons in the codeblock, and the following list, but the list treated as a regular list otherwise - maybe there is a way to get this already that I am not aware of? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for suggesting. I understand the use case and have seen it on AsciiDoc, but it's really beyond the scope of this project. This can actually be very easily implemented with customization, similar to how code annotations do it: detect a specific marker in |
Beta Was this translation helpful? Give feedback.
Thanks for suggesting. I understand the use case and have seen it on AsciiDoc, but it's really beyond the scope of this project. This can actually be very easily implemented with customization, similar to how code annotations do it: detect a specific marker in☺️
code
elements that are succeeded by a list element, and then apply styling accordingly