public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "Jan Hamrský" <jan.hamrsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: DokuWiki writer strips away cs language specification for code block
Date: Sun, 16 Jul 2017 10:00:17 -0700 (PDT)	[thread overview]
Message-ID: <0923ee97-cf08-4c88-bf66-c80ac8d4b3e5@googlegroups.com> (raw)
In-Reply-To: <20170713192227.GC41791-gd5emFPDCk1l5R22fHXGm0EMvNT87kid@public.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 1696 bytes --]

Translation manual is in the attachement to this message. Following 
applies: 

   - I've included only pandoc to dokuwiki (raw or "aliased") and pandoc to 
   none. Stripped away the "none to dokuwiki". 
   - Source for the pandoc languages : --list-highlight-languages (version 
   1.19.2.1)
   - Source for the dokuwiki languages : dokuwiki syntax page 
   <https://github.com/splitbrain/dokuwiki/blob/release_stable_2017-02-19b/data/pages/wiki/syntax.txt> (latest 
   stable)
   - Source for file suffix to language mapping for Geshi : geshi github 
   <https://github.com/GeSHi/geshi-1.0>

Note: when dokuwiki hits new stable, additional languages should be 
included:

[haxe] -> [haxe]
[julia] -> [julia]
[kotlin] -> [kotlin]
[mathematica] -> [mathematica]
[metafont] -> [metapost]
[octave] -> [octave]
[postscript] -> [postscript]
[r] -> [rsplus]
[rust] -> [rust]

I did not mapped versions, so for example php maps to php, not php5 for 
dokuwiki. 
And I did not tried to be extra smart about the compilers, eg. fasm / nasm 
don't map to asm
in my list. If you think that they should, feel free to modify my list :).

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/0923ee97-cf08-4c88-bf66-c80ac8d4b3e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 7949 bytes --]

[-- Attachment #2: pandoc2dokuwiki.txt --]
[-- Type: text/plain, Size: 2112 bytes --]

[abc] -> []
[asn1] -> []
[asp] -> [asp]
[ats] -> []
[awk] -> [awk]
[actionscript] -> [actionscript]
[ada] -> [ada]
[agda] -> []
[alertindent] -> []
[apache] -> [apache]
[bash] -> [bash]
[bibtex] -> [bibtex]
[boo] -> [boo]
[c] -> [c]
[cs] -> [csharp]
[cpp] -> [cpp]
[cmake] -> [cmake]
[css] -> [css]
[changelog] -> []
[clojure] -> [clojure]
[coffee] -> [coffeescript]
[coldfusion] -> [cfm]
[commonlisp] -> [lisp]
[curry] -> []
[d] -> [d]
[dtd] -> []
[diff] -> [diff]
[djangotemplate] -> []
[dockerfile] -> []
[doxygen] -> []
[doxygenlua] -> []
[eiffel] -> [eiffel]
[elixir] -> []
[email] -> [email]
[erlang] -> [erlang]
[fsharp] -> [fsharp]
[fortran] -> [fortran]
[gcc] -> []
[glsl] -> [glsl]
[gnuassembler] -> []
[m4] -> []
[go] -> [go]
[html] -> [html]
[hamlet] -> []
[haskell] -> [haskell]
[haxe] -> []
[ini] -> [ini]
[isocpp] -> []
[idris] -> []
[fasm] -> []
[nasm] -> []
[json] -> []
[jsp] -> []
[java] -> [java]
[javascript] -> [javascript]
[javadoc] -> []
[julia] -> []
[kotlin] -> []
[llvm] -> [llvm]
[latex] -> [latex]
[lex] -> []
[lilypond] -> []
[literatecurry] -> []
[literatehaskell] -> []
[lua] -> [lua]
[mips] -> []
[makefile] -> [make]
[markdown] -> []
[mathematica] -> []
[matlab] -> [matlab]
[maxima] -> []
[mediawiki] -> []
[metafont] -> []
[modelines] -> []
[modula2] -> [modula2]
[modula3] -> [modula3]
[monobasic] -> []
[ocaml] -> [ocaml]
[objectivec] -> [objc]
[objectivecpp] -> []
[octave] -> []
[opencl] -> []
[php] -> [php]
[pascal] -> [pascal]
[perl] -> [perl]
[pike] -> [pike]
[postscript] -> []
[prolog] -> [prolog]
[pure] -> []
[purebasic] -> [purebasic]
[python] -> [python]
[r] -> []
[relaxng] -> []
[relaxngcompact] -> []
[roff] -> []
[ruby] -> [ruby]
[rhtml] -> [rails]
[rust] -> []
[sgml] -> []
[sql] -> [sql]
[sqlmysql] -> [mysql]
[sqlpostgresql] -> [postgresql]
[scala] -> [scala]
[scheme] -> [scheme]
[tcl] -> [tcl]
[tcsh] -> []
[texinfo] -> []
[mandoc] -> []
[vhdl] -> [vhdl]
[verilog] -> [verilog]
[xml] -> [xml]
[xul] -> []
[yaml] -> [yaml]
[yacc] -> []
[zsh] -> []
[dot] -> [dot]
[noweb] -> []
[rest] -> []
[sci] -> [scilab]
[sed] -> []
[xorg] -> [xorg_conf]
[xslt] -> []

      parent reply	other threads:[~2017-07-16 17:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12 17:54 Jan Hamrský
     [not found] ` <882d0e54-31a7-4fb3-bbe0-f8070513a2c6-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-07-13  7:08   ` John MacFarlane
     [not found]     ` <20170713070842.GA38415-gd5emFPDCk1l5R22fHXGm0EMvNT87kid@public.gmane.org>
2017-07-13 14:33       ` Jan Hamrský
     [not found]         ` <ca40b0c2-5d35-4f0b-bd0d-ae57c0eb65c5-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-07-13 19:22           ` John MacFarlane
     [not found]             ` <20170713192227.GC41791-gd5emFPDCk1l5R22fHXGm0EMvNT87kid@public.gmane.org>
2017-07-16 17:00               ` Jan Hamrský [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0923ee97-cf08-4c88-bf66-c80ac8d4b3e5@googlegroups.com \
    --to=jan.hamrsky-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).