|
|
|
|
|
by Moyamo
3187 days ago
|
|
> what's the advantage over asciidoc? Exactly what is states in the article. Asciidoc has 3 different types of headings (prefix, pre-postfix and underlined). http://example.com[Text]
The form is simple but for complex URLs, the [Text] might look like being part of the URL itself. Not beautiful but at least something I could live with.Additionally asciidoc uses ===== for underlining headings and for delineating code blocks. the other small disadvantage is that text isn't really bound to headers Surely this is true of all markup languages. How you would represent this visually in a document? |
|
Not to be snarky, but the ML in XML and HTML stands for markup language..
I'd like my markup to be easy to read and also to map to a tree hierarchy. This seems essential for parsing and anything related to literate programming and reusing "blocks"
Like when I drop in a org mode clock (for logging time in my work logbook), without a tree hierarchy I have no means of binding the time to my description of the work I did. I mean... I see in visually, but its not programmatically linked as an attribute of that text block.
You can kinda get around with pepperin headers everywhere, but it's not as flexible