Collapsible sections #73
Closed
emmaehrlich
started this conversation in
General
Replies: 2 comments
-
|
You need to enable unsafe Markdown rendering in yoursite/hugo.toml: [markup.goldmark.renderer]
unsafe = true |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That works - thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to create collapsible sections within a post?
For example, I can make what I want by adding this to index.html within the "public" folder
Collapsible section 👇
With content inside
but it gets deleted every time I restart the server.
Maybe there's a way to modify style-first.css to make it so that part of the html file will be safe from being changed by the CSS (or whatever is overwriting my html)?
Beta Was this translation helpful? Give feedback.
All reactions