index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Highlighting.hs
Age
Commit message (
Expand
)
Author
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-03
Add additional listings languages.
Wandmalfarbe
2019-04-03
Add support for go with --listings.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-06-05
Add missing re-export of "breezeDark" style (#4687)
Adrian Sieber
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-11-02
Support `lineAnchors` (or `line-anchors`) in code blocks, for HTML.
John MacFarlane
2017-11-02
Use latest skylighting; ensure no duplicate ids on code lines.
John MacFarlane
2017-10-27
hlint suggestions.
John MacFarlane
2017-06-02
hlint suggestions.
John MacFarlane
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-03-30
Allow dynamic loading of syntax definitions.
John MacFarlane
2017-03-13
Highlighting: highlighting now returns an Either rather than Maybe.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-05
Split pandoc.hs into a module, Text.Pandoc.App, and a small program.
John MacFarlane
2017-01-29
Removed unneeded imports.
John MacFarlane
2017-01-25
Update list of listings languages in Highlighting.
John MacFarlane
2016-12-23
Updates to use skylighting rather than highlighting-kate.
John MacFarlane
2016-03-22
Updated copyright dates to include 2016.
1.17.0.2
John MacFarlane
2016-01-24
Make language extensions trigger highlighting.
John MacFarlane
2015-12-03
Add support to GAP
Raniere Silva
2015-11-22
hlint changes
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
2014-06-17
Highlighting: Let .numberLines work even if no language given.
John MacFarlane
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
2013-03-05
LaTeX reader: Handle language attribute for lstlistings.
John MacFarlane
2013-03-05
Hide Text.Pandoc.Highlighting.
John MacFarlane
2012-08-09
Use safeRead instead of using reads directly (various modules).
John MacFarlane
2012-05-17
Added 'zenburn' highlight style from highlighting-kate.
John MacFarlane
2012-01-25
Depend on highlighting-kate 0.5.
John MacFarlane
2011-12-28
Preserve attributes in highlighted HTML.
John MacFarlane
2011-12-27
Added `--highlight-style` and `--no-highlight` options.
John MacFarlane
2011-12-27
Highlighting: Add language as class name.
John MacFarlane
2011-12-26
Updated highlighting for highlighting-kate 0.4.
John MacFarlane
2011-12-23
LaTeX writer: Implemented syntax highlighting for CodeBlocks.
John MacFarlane
2011-12-22
Removed highlighting flag. Highlighting support is now standard.
John MacFarlane
2011-12-22
Changed types of highlighting functions.
John MacFarlane
2011-12-19
Added highlightLaTeX stub when not compiled w/ highlighting.
John MacFarlane
2011-12-19
Added highlightLaTeX to Text.Pandoc.Highlighting.
John MacFarlane
2011-12-18
HTML writer: Retain ID attribute in highlighted code blocks.
John MacFarlane
2011-12-18
Highlighting: Use reads instead of read.
John MacFarlane
2011-12-17
Use blaze-html instead of xhtml for HTML generation.
John MacFarlane
2011-01-29
Highlighting: Fixed non-highlighting-kate version of highlightHtml.
John MacFarlane
2011-01-29
Fixed highlighting for inline code.
John MacFarlane
[next]