Skip to content
#

notes-app

Here are 672 public repositories matching this topic...

tzeumer
tzeumer commented Jun 17, 2021

Notes with CSS id's in code blocks gets the id's parsed as tags. For example div#myId {color: red} or

div#myId {color: red}

would extract the tag #myId. I think it would be ok to always ignore tags in code blocks. If tags in code blocks are considered useful, maybe the parsing could at least be made an option?

Improve this page

Add a description, image, and links to the notes-app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notes-app topic, visit your repo's landing page and select "manage topics."

Learn more