JuliaDocs / DemoCards.jl

Let's focus on writing demos
MIT License
65 stars 14 forks source link

Use pluto frontmatter instead of regex #127

Closed Dsantra92 closed 1 year ago

Dsantra92 commented 1 year ago

Pluto allows easy insertion and extraction of frontmatter, we should use that instead of using regex hacks. This commit makes the workflow much easier for Pluto.

Note: This pr makes the #126 non-required.

Dsantra92 commented 1 year ago

Closing this, will be making a similar pr soon.