We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I was hoping to submit a PR instead of an issue...
I want to have an aside with markdown in it. e.g.:
<aside class="metrics" markdown="1"> **fun** stuff </aside>
I've tried leveraging notes (I was going to hack css for speaker notes) But I can't get it to create a node with bold in it.
``notes **fun** ``
I've tried modifying slide_markdown.rb by adding postprocess(preprocess(code)) but it still didn't work.
postprocess(preprocess(code))
Any suggestions how to create a node with div around it (and css name)?
Thanks as always for the great tool.
The text was updated successfully, but these errors were encountered:
How does #69 look to you?
Sorry, something went wrong.
Version 3.4.0 has been published here (https://rubygems.org/gems/reveal-ck/versions/3.4.0) if you'd like to try it out.
No branches or pull requests
I was hoping to submit a PR instead of an issue...
I want to have an aside with markdown in it. e.g.:
I've tried leveraging notes (I was going to hack css for speaker notes) But I can't get it to create a node with bold in it.
I've tried modifying slide_markdown.rb by adding
postprocess(preprocess(code))
but it still didn't work.Any suggestions how to create a node with div around it (and css name)?
Thanks as always for the great tool.
The text was updated successfully, but these errors were encountered: