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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-17
Org writer: clean-up Div handling
Albert Krewinkel
1
-30
/
+59
2020-05-16
Docx writer: enable column and row bands for tables.
John MacFarlane
1
-1
/
+6
2020-05-16
OpenDocument writer: add custom-style "Abstract" in metadata abstract.
John MacFarlane
1
-1
/
+8
2020-05-16
OpenDocument/ODT writer: enable custom-style attribute on a Div.
John MacFarlane
1
-2
/
+6
2020-05-14
Fix underline in RTF writer.
John MacFarlane
1
-1
/
+1
2020-05-12
LaTeX writer: create hypertarget for links with identifier.
John MacFarlane
1
-23
/
+27
2020-05-02
LaTeX Writer: Add support for customizable alignment of columns in beamer (#6...
andrebauer
1
-5
/
+24
2020-04-30
PowerPoint writer: write math input verbatim in speaker notes.
Jesse Rosenthal
1
-6
/
+12
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
29
-3
/
+107
2020-04-24
RST writer: properly handle images with same alt text.
John MacFarlane
1
-7
/
+18
2020-04-22
AsciiDoc writer: add blank line after Div.
John MacFarlane
1
-1
/
+1
2020-04-20
Haddock Writer: Support Haddock tables
Joe Hermaszewski
1
-1
/
+1
2020-04-18
Fix round-trip bug with HTML tables....
John MacFarlane
1
-9
/
+13
2020-04-17
Markdown writer: avoid unnecessary escapes before intraword `_`
John MacFarlane
1
-1
/
+6
2020-04-17
API change: use PandocError for exceptions in Lua subsystem
Albert Krewinkel
1
-18
/
+9
2020-04-15
Modify toLegacyTable to cut up cells, add tests
despresc
1
-8
/
+43
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
4
-5
/
+5
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
31
-56
/
+96
2020-04-15
Remove the onlySimpleCellBodies function from Shared
despresc
3
-3
/
+3
2020-04-15
Implement the new Table type
despresc
32
-181
/
+239
2020-04-11
LaTeX writer: ensure that `-M csquotes` works even in fragment mode.
John MacFarlane
1
-10
/
+11
2020-04-04
Jira: support citations, attachment links, and user links
Albert Krewinkel
1
-3
/
+25
2020-04-01
Docbook writer: Add personname element to docbook author.
John MacFarlane
1
-1
/
+2
2020-03-31
Markdown writer: ensure consistent padding for pipe tables.
John MacFarlane
1
-2
/
+2
2020-03-31
Jira writer: convert spans with class `underline` to inserted text
Albert Krewinkel
1
-1
/
+9
2020-03-30
Jira writer: add image attributes
Albert Krewinkel
1
-1
/
+13
2020-03-30
Fix #6228 (#6230)
Joseph C. Sible
1
-3
/
+3
2020-03-29
Clean up and simplify Text.Pandoc.Writers.Docx (#6229)
Joseph C. Sible
1
-56
/
+48
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
2
-5
/
+5
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
38
-48
/
+48
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
41
-82
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
37
-39
/
+40
2020-03-07
Ms writer: fix definition lists so indent even when...
John MacFarlane
1
-3
/
+4
2020-03-06
Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.
John MacFarlane
1
-1
/
+1
2020-03-04
EPUB writer: fix regression on detection of front/back/bodymatter.
John MacFarlane
1
-1
/
+2
2020-02-17
Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)
Ryan Scott
1
-1
/
+0
2020-02-14
Fixes: group biblatex citations even with prefix and suffix (#6058)
Ethan Riley
1
-25
/
+42
2020-02-13
A bit more cleanup (#6141)
Joseph C. Sible
1
-1
/
+1
2020-02-12
Introduce new format variants for JATS (#6067)
Albert Krewinkel
1
-41
/
+99
2020-02-12
Moved html5Attributes, html4Attributes, rdfaAttributes...
John MacFarlane
1
-347
/
+2
2020-02-10
Fix spurious dots in markdown_mmd metadata output
John MacFarlane
1
-1
/
+1
2020-02-08
reveal.js: ensure that pauses work even in title slides.
John MacFarlane
1
-4
/
+6
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
2
-6
/
+5
2020-02-08
More cleanup (#6130)
Joseph C. Sible
1
-7
/
+6
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
19
-162
/
+138
2020-02-07
Resolve HLint warnings
Albert Krewinkel
17
-113
/
+113
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
4
-23
/
+21
2020-02-05
Fix --number-offset with HTML TOC.
John MacFarlane
1
-10
/
+19
2020-02-05
MediaWiki writer: prevent triple `[[[`.
John MacFarlane
1
-1
/
+11
2020-02-03
Swap suboptimal uses of maybe and fromMaybe (#6111)
Joseph C. Sible
3
-10
/
+10
[prev]
[next]