aaf-easydiary icon indicating copy to clipboard operation
aaf-easydiary copied to clipboard

markdown support

Open subpub opened this issue 4 years ago • 3 comments

Markdown would let us write rich dairy entries

HEADER

HEADER2

HEADER3

BOLD Italics ~~Strickout~~

  • lists
    • sublists
  • [x] checklist

quote

Code block

subpub avatar Oct 30 '19 10:10 subpub

@subpub I will review the technology to make it available when the major version is updated. However, it is difficult to apply to the major version currently released.

hanjoongcho avatar Dec 02 '19 03:12 hanjoongcho

@hanjoongcho Ok thanks, that makes sense

subpub avatar Dec 02 '19 16:12 subpub

Okay so there are multiple flavors of markdown

  • Daring Fireball https://daringfireball.net/projects/markdown/
  • Commonmark https://commonmark.org/
  • Markdown Extra https://michelf.ca/projects/php-markdown/extra/
  • GitHub flavored Markdown https://github.github.com/gfm/
  • MultiMarkdown https://fletcherpenney.net/multimarkdown/
  • Pandoc https://pandoc.org/index.html
  • RMarkdown https://rmarkdown.rstudio.com/
  • Markaround https://rawgit.com/converspace/markaround/master/README.html
  • Scholarly Markdown http://scholarlymarkdown.com/ http://scholmd.org/

In fact there is a whole list of Markdown Implementations! https://github.com/babelmark/babelmark-registry/blob/master/registry.json

DonaldTsang avatar Dec 17 '19 08:12 DonaldTsang