code block class and wavedrom plugin #2431
Unanswered
madeinoz67
asked this question in
Q&A
Replies: 1 comment 2 replies
-
hmmm, ok making progress, looks like I need to create custom_fence for this class. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm trying to get the mkdocs-wavedrom-plugin plugin working that renders wavedrom waveforms for some technical docs with materials (issue #2380).
What I'm seeing is that rendering a page with a wavedrom code block isn't working as it should and just sees it as general code block, this seems due to the fact that the code block is removing / not seeing the code class
wavedrom
therefore plugin is not processing the code and replacing the<pre>
block with the relevant render script.Can I override this at all?
is being rendered as....
Beta Was this translation helpful? Give feedback.
All reactions