yvt
yvt
``` Foo : Bar Hoge Piyo ``` ##### Expected > **Foo** Bar > > Hoge Piyo ##### Actual > **Foo** Bar Piyo
``` - item1 - item2 ``` ##### Expected output ```xml item1 item2 ``` ##### Actual output ```xml item1 item2 ```
AFAIK no browsers support this by default. It'd be awesome if it could be done somehow. Possible options: - Embed a hidden machine-readable label to each heading. The user converts...
The majority of the adopted test cases are failing. ``` $ node_modules/.bin/mocha fixture-markdown Markdown-from-MDTest1.1.mdtest 1) Amps_and_angle_encoding 2) Auto_links 3) Backslash_escapes ✓ Blockquotes_with_code_blocks ✓ Code_Blocks 4) Code_Spans 5) Hard-wrapped_paragraphs_with_list-like_lines ✓ Horizontal_rules...
Text: ```  ``` `externalScript.js`: ```js foremarkCallback((node) => { // Process a given media element node.outerHTML = "hello!"; }); ```