chmllr / notehub

A pastebin for markdown pages.
MIT License
273 stars 33 forks source link

Additional Markdown extensions #10

Closed ttscoff closed 7 years ago

ttscoff commented 10 years ago

I note that fenced code blocks and tables work, any chance of adding other extensions like footnotes and definition lists?

Footnote[^1]

[^1]: footnote text

Definition term
: definition
ttscoff commented 10 years ago

Just noticed you're using marked.js. See this issue, maybe?

deostroll commented 10 years ago

How to center align text with your version of markdown?

chmllr commented 10 years ago

@deostroll MD doesn't support alignment. However, you can use HTML + CSS for this.