-
Currently there is an html tag called <details>
<summary>Some heading</summary>
# h1 text
[link](link)
</details> Is there some way to proceed contents of details tag? |
Beta Was this translation helpful? Give feedback.
Answered by
pngwn
Jun 19, 2021
Replies: 2 comments
-
Add new lines around anything you want to be parsed and transformed: <details>
<summary>Some heading</summary>
# h1 text
[link](link)
</details> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nosovk
-
@pngwn when trying this now on svelte 4 with sveltekit 2, i get the error that |
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
Add new lines around anything you want to be parsed and transformed: