margin icon indicating copy to clipboard operation
margin copied to clipboard

Lightweight markup designed for an open mind

Results 7 margin issues
Sort by recently updated
recently updated
newest added

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...

spec

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...

spec

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 ```...

spec

A list of test cases by which someone can validate their own Margin parser.

parsers

Originally raised by @burlesona in #11

spec

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...

parsers