Re: 2015: reStructuredText implementations in other programming languages?
Peter Funk <[email protected]>
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <20150423080132.GA23244@pfmaster-P170EM> |
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
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Docutils-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.