margin
margin copied to clipboard
Lightweight markup designed for an open mind
Hi! I've come across Margin a couple of years ago, and I found it interesting enough to take a note about it. Earlier this year I found out about Subscript,...
Currently the documentation mentions only this regarding escaping: > Escape an annotation with a backslash: > > This is an item \[but this is not an annotation] What other characters...
Each ornament ("leading & trailing dashes, colons, asterisks, chevrons, underscores") could be captured as annotations. E.g. [prefix: **] or whatever. This leaves the syntax just as flexible and uses existing...
I'm opening this to better track thinking about how to (if at all) mix spaces and tabs. The simplest case I can see is the following: ``` \tA B ```...
A list of test cases by which someone can validate their own Margin parser.
Originally raised by @mtsknn in https://github.com/gamburg/margin/issues/11#issuecomment-627576288 As @burlesona put it: ``` Item 1 [a note] Item 2 [tag: foo] Item 3 [tag: red] [tag: blue] ``` In JSON these annotations...