-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Sometimes for examples it'd be useful to write code and auto-create a playground link like I'm actually doing but hide some part of the code.
This needs to be seamless like what I'm doing now otherwise it'd be very awkward for writing long articles so something like
###rs
<hidden code>
\`\`\`rs
displayed code
\`\`\`
<hidden code>
###
would be ideal (backslash meant to be interpreted literally)
the problem right now I've no idea how zola even processes the markdown and I'm using shortcode to insert playground links.
Steps would be
- Investigate how Zola is doing this
- Investigate if there's a solution already written
- Be sad and write this myself :(
Metadata
Metadata
Assignees
Labels
No labels