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
{{ message }}
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
The block does not integrate with the rest of the markdown in the book. There are at least two problems that I've seen:
You can't add reference style links to something outside the block. It only works if the reference is also in the block.
Inside a block, you can not use another block. I expect you could not add math, etc, I've tested it with a custom block from a plugin.
There should be a way to add the style divs, then continue the normal markdown processing procedure, including blocks and links. This should plugin should be an example of how to do that for other plugins that add style classes.