From: Peter F. <pf...@ar...> - 2015-04-23 08:34:51
|
Roberto Alsina schrieb am Mittwoch, den 22.04.2015 um 10:24: > On 22/04/15 10:20, Skip Montanaro wrote: > > Hasn't Markdown kind of taken over the marked-up-text world these > > days? Or is that just how it appears since that's what Github supports? > > GitHub also supports rst. Just use foo.rst as a filename: > > https://github.com/getnikola/nikola/blob/master/README.rst IMHO comparing the ugliness auf MarkDown with the beauty of ReST this seems to be unfortunately something which should be made more public amongst Github users. BTW: Who can contribute reports about her/his experiences with pandoc ( https://github.com/jgm/pandoc ) to this discussion? I've experimented in a project with the following makefile rule but later decided to manually edit the resulting .rst files a lot. %.rst: %.md pandoc $< -f markdown -t rst -o $@ To the OP question: Pandoc seems to contain a partly finished ReST implementation in the programming language Haskell. From the description of the Pandoc project I guess, that Davids original architecture of docutils might have inspired the author of Pandoc. Regards, Peter Funk -- Peter Funk, home: ✉Oldenburger Str.86, D-27777 Ganderkesee mobile:+49-179-640-8878 phone:+49-421-20419-0 <http://www.artcom-gmbh.de/> office: ArtCom GmbH, ✉Haferwende 2, D-28357 Bremen, Germany |