Skip to content
New issue

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

Render markdown in notes #68

Closed
kbrock opened this issue Jun 8, 2016 · 2 comments
Closed

Render markdown in notes #68

kbrock opened this issue Jun 8, 2016 · 2 comments

Comments

@kbrock
Copy link
Contributor

kbrock commented Jun 8, 2016

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.

Any suggestions how to create a node with div around it (and css name)?

Thanks as always for the great tool.

@jedcn
Copy link
Owner

jedcn commented Jun 9, 2016

How does #69 look to you?

@jedcn
Copy link
Owner

jedcn commented Dec 12, 2016

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.

@jedcn jedcn closed this as completed Dec 12, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants