You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For block tags, it seems the following pattern is the way to go:
::: foo
...
:::
What about inline tags - what would be a good markdown-friendly pattern? For example, for "spoiler" that would blur text unless users clicks on it, I could imagine !!!...!!! but there are not that many special characters left for more tags. The *_=`~ are already taken. Even ! for image. Is there some guideline on how to come up with inline markdown tags?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For block tags, it seems the following pattern is the way to go:
What about inline tags - what would be a good markdown-friendly pattern? For example, for "spoiler" that would blur text unless users clicks on it, I could imagine
!!!...!!!
but there are not that many special characters left for more tags. The *_=`~ are already taken. Even ! for image. Is there some guideline on how to come up with inline markdown tags?Beta Was this translation helpful? Give feedback.
All reactions