index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Docbook.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
1
-3
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-10-29
Source code reformatting.
John MacFarlane
1
-3
/
+3
2017-10-29
hlint suggestions.
John MacFarlane
1
-21
/
+21
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-1
/
+1
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+3
2017-06-20
Docbook, JATS, TEI writers: print INFO message when omitting interior header.
John MacFarlane
1
-2
/
+4
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-6
/
+8
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-23
/
+24
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-5
/
+10
2017-02-03
HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...
Mauro Bieg
1
-1
/
+1
2017-01-30
`--mathml` and MathML in HTMLMathMethod longer take an argument.
John MacFarlane
1
-4
/
+4
2017-01-26
Split writeDocbook into writeDocbook4, writeDocbook5.
John MacFarlane
1
-22
/
+40
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-135
/
+150
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-0
/
+3
2016-12-30
DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)
Mauro Bieg
1
-1
/
+4
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-4
/
+5
2016-11-27
Refactor top-level division selection (#3261)
Albert Krewinkel
1
-7
/
+7
2016-11-26
Allow to overwrite top-level division type heuristics (#3258)
Albert Krewinkel
1
-3
/
+4
2016-10-19
Add option for top-level division type
Albert Krewinkel
1
-9
/
+14
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-1
/
+2
2016-09-06
DocBook writer: include an anchor element when a div or span has an id.
John MacFarlane
1
-2
/
+9
2016-06-07
Docbook writer: Declare xlink namespace in Docbook5 output
Ivo Clarysse
1
-1
/
+1
2016-04-29
Docbook5 writer: Properly handle ulink/link
Ivo Clarysse
1
-1
/
+3
2016-04-29
Write out Docbook 5 namespace
Ivo Clarysse
1
-4
/
+7
2016-04-29
Add docbook5 writer support
Ivo Clarysse
1
-3
/
+7
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-2
/
+4
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-7
/
+28
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-1
/
+0
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-12
/
+16
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-4
/
+21
2015-05-20
DocBook writer: add id to para if in Div with id element.
John MacFarlane
1
-0
/
+8
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-02-25
Docbook writer: don't print empty id attributes.
John MacFarlane
1
-1
/
+2
2014-08-04
Merge pull request #1486 from Aelve/minor
John MacFarlane
1
-15
/
+15
2014-08-04
Use texmath 0.7 interface.
John MacFarlane
1
-7
/
+8
2014-08-04
Add PatternGuards pragmas.
Artyom Kazak
1
-1
/
+1
2014-08-04
Use `stripPrefix` where appropriate.
Artyom Kazak
1
-14
/
+14
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-2
/
+2
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-05-03
DocBook writer: Small tweaks to last commit.
John MacFarlane
1
-9
/
+3
2014-05-03
Distinguish tight and loose lists in Docbook output
Neil Mayhew
1
-8
/
+18
2014-04-12
Improve handling of hard line breaks in Docbook writer
Neil Mayhew
1
-3
/
+16
2013-11-19
Docbook writer: Hierarchicalize block content in metadata.
John MacFarlane
1
-2
/
+3
[next]