JuliaDocs / DemoCards.jl

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

Use Pluto's default frontmatter instead of using regex for config #128

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 https://github.com/JuliaDocs/DemoCards.jl/pull/126 non-required.