index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc-cli
/
src
/
pandoc.hs
Age
Commit message (
Expand
)
Author
2023-07-19
Fix regression on short boolean arguments.
John MacFarlane
2023-04-05
Purge double space.
Andreas Scherer
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-11-02
Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)
John MacFarlane
2022-10-31
Re-add TemplateHaskell pragma in pandoc-cli.
John MacFarlane
2022-10-30
hlint suggestions.
John MacFarlane
2022-10-19
Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].
John MacFarlane
2022-10-19
Split Text.Pandoc.Version from Text.Pandoc.Shared.
John MacFarlane
2022-10-13
Rollback parameterize options on scripting engine.
John MacFarlane
2022-10-01
Fix `nightly` flag build.
John MacFarlane
2022-09-30
Remove build versions info from `--version` output.
John MacFarlane
2022-09-30
Move `--version` handling to pandoc-cli.
John MacFarlane
2022-09-30
Use `server` as command to start the pandoc server
Albert Krewinkel
2022-09-30
pandoc-cli: Allow building a binary without Lua support
Albert Krewinkel
2022-09-30
[API Change] Parameterize `convertWithOpts` over scripting engine.
Albert Krewinkel
2022-09-30
[API Change] App: parameterize `options` over the scripting engine
Albert Krewinkel
2022-09-30
[API Change] Rename `pandocVersion` to `pandocVersionText`...
Albert Krewinkel
2022-09-27
pandoc-cli: support `-E` flag in pandoc-lua
Albert Krewinkel
2022-09-27
pandoc-cli: support "lua" and "serve" as commands
Albert Krewinkel
2022-09-27
pandoc-cli: update to hslua-cli-1.2
Albert Krewinkel
2022-09-27
pandoc-cli: Avoid the CPP language extension
Albert Krewinkel
2022-09-26
Add server flag to pandoc-cli.
John MacFarlane
2022-09-23
Use hslua-cli package for pandoc-lua interface
Albert Krewinkel
2022-09-22
Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311)
Albert Krewinkel
2022-09-22
Split pandoc-server, pandoc-cli into separate packages. (#8309)
John MacFarlane