If output file has .ctx or .context extension,
assume it is ConTeXt format unless otherwise specified. git-svn-id: https://pandoc.googlecode.com/svn/trunk@720 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
dbd5c44907
commit
8f473af610
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ defaultWriterName x =
|
|||
Just ["tex"] -> "latex"
|
||||
Just ["latex"] -> "latex"
|
||||
Just ["ltx"] -> "latex"
|
||||
Just ["context"] -> "context"
|
||||
Just ["ctx"] -> "context"
|
||||
Just ["rtf"] -> "rtf"
|
||||
Just ["rst"] -> "rst"
|
||||
Just ["s5"] -> "s5"
|
||||
|
|
Loading…
Add table
Reference in a new issue