@@ -304,6 +304,52 @@ intendedly not covered by this SCEP, in order to:
304304 comments in programming languages, support by popular editor
305305 programs, etc.
306306
307+ Example markup languages
308+ ========================
309+
310+ The following table summarizes a few markup languages in common use at
311+ the time of this writing (2014). **This table is provided for
312+ informational use only **. This SCEP does not endorse nor promote any
313+ of these languages and associated technologies.
314+
315+ .. class :: table
316+
317+ =============== =================== ============= =============== ================
318+ Name Status Origins / Strong support Links
319+ motivation for print
320+ =============== =================== ============= =============== ================
321+ LaTeX _ Actively used & Scientific yes `user manual <http://en.wikibooks.org/wiki/LaTeX >`__,
322+ coherently publishing `example online editor <http://www.sharelatex.com/ >`__
323+ maintained
324+ rST _ Actively used & Technical yes `user manual <http://docutils.sourceforge.net/rst.html >`__,
325+ coherently documentation `example online editor <http://notex.ch/ >`__,
326+ maintained `alternate online editor <http://rst.ninjs.org/ >`__
327+ Texinfo _ Actively used & Technical yes `documentation <https://www.gnu.org/software/texinfo/ >`__
328+ coherently documentation
329+ maintained
330+ POD _ Somewhat less Technical yes `user manual <http://perldoc.perl.org/perlpod.html >`__
331+ actively used, documentation
332+ coherently
333+ maintained
334+ Markdown _ Actively used & Web authoring `user manual <http://daringfireball.net/projects/markdown/ >`__,
335+ fragmented `manifesto <http://daringfireball.net/2004/03/dive_into_markdown >`__
336+ implementations
337+ `Org-mode `_ Actively used, Productivity `user manuals <http://orgmode.org/#docs >`__
338+ coherently enhancements
339+ maintained
340+ `Wiki markup `_ Actively used, Knowledge `user manual <https://en.wikipedia.org/wiki/Help:Wiki_markup >`__,
341+ fragmented preservation `example online editor <https://en.wikipedia.org/wiki/Wikipedia:Sandbox >`__
342+ implementations
343+ Textile _ Somewhat less Web authoring `user manual & example online editor <http://txstyle.org/ >`__
344+ actively used,
345+ coherently
346+ maintained
347+ =============== =================== ============= =============== ================
348+
349+
350+ .. _Textile : http://en.wikipedia.org/wiki/Textile_%28markup_language%29
351+ .. _POD : http://en.wikipedia.org/wiki/Plain_Old_Documentation
352+
307353References
308354==========
309355
0 commit comments