FEATURE: Support for code BLOCKS #28
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Very simple, three back-ticks should start and end a code block. Everything inside should be parser-like raw text.
For now we will not support syntax highlighting, so adding 'html', etc will not change highlighting. Meaning it should be parsed like raw text. I think the
ParseCodemethod should work on the inside? Maybe, maybe not.Closed with merging of #30