bashwrite blog

md2html bug list

Written in

Updated in

Tags: md html sample bug fixme

md2html

Inline code

Need escape for special charactors


<hr>

\ . | # ! * + - _ ( ) { } [ ] < > `


`<hr>`

`\<hr\>`

`\\ \. \| \# \! \* \+ \- \_ \( \) \{ \} \[ \] \< \> \``

Can not use double backtick(``)

`double code backtick`


``double `code` backtick``

List

Other elements insides list

p

> blockquote


- list
- list

    p
    
- list

    > blockquote

- list

Footnote

Footnote link with space

How to callof this thingsfoot note?

[of this]: Can not use whitespace in html id.

[foot note]: So this will not working well.


How to call[^of this] things[^foot note]?

[^of this]: Can not use whitespace in html id. 

[^foot note]: So this will not working well. 

Footnote with several lines

Footnotewith.

[with]: several lines

should be

work.


Footnote[^with]. 

[^with]: several lines

    should be

    work. 

Non ASCII characters in table? - Github Pages

π

©

ä

table
q @

||table|
|---|---|
|q|@|
|π|©|
|∆|•|
|ä|❓|