diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2016-08-29 23:44:59 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-08-29 23:44:59 -0400 |
commit | 4f8d45bfde9c031f63d191909bb3dfe684b814e1 (patch) | |
tree | 9d236ff94d42a2f692b679bdfd4efe760973e682 /doc | |
parent | cb30df8e71b88edd3a5d3fe4df102aa39b4bf32d (diff) | |
download | ikiwiki-4f8d45bfde9c031f63d191909bb3dfe684b814e1.tar ikiwiki-4f8d45bfde9c031f63d191909bb3dfe684b814e1.tar.gz |
some response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Track_Markdown_Standardisation_Efforts.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn b/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn index 7ab4e0f7d..545098eda 100644 --- a/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn +++ b/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn @@ -16,3 +16,19 @@ It might be worth following... > Markdown unless someone either changes the behaviour of Discount, > or recommends a different (and hopefully better) third-party library. > --[[smcv]] + +> I am not sure the noise is so much "recent" anymore: that article +> announcing Commonmark is from 2012 and markdown.github.com is from +> around 2014. +> +> Presumably, Commonmark will become official in 2016, but you know what +> they say about standards: <https://xkcd.com/927/> +> +> I guess the only thing that Ikiwiki would need to do would be to +> somewhat support Commonmark. There's a Perl library that wraps the C +> library here: https://metacpan.org/release/CommonMark +> +> I guess we would need to test how it performs and compares with +> Discount, but having it as a third party module is up for anyone's +> grab. It should be a fairly simple implementation after all... +> --[[anarcat]] |