JuliaGizmos / CSSUtil.jl

Other
11 stars 6 forks source link

Is markdown render working? #10

Closed KajWiik closed 4 years ago

KajWiik commented 4 years ago

I tried to render Markdown but I could not get it working. A simple example would be helpful.

shashi commented 4 years ago
using Markdown

mymarkdown = md"""
# Heading

This is _my_ markdown.
"""
node(:div, mymarkdown)
shashi commented 4 years ago

And it works, I just used it.