index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-19
More small parser rewrites for small performance gains.
John MacFarlane
1
-9
/
+11
2011-01-19
Parsing: Rewrote spaceChar for significant speedup in readers.
John MacFarlane
1
-1
/
+1
2011-01-19
Fixed problem with inline code in ConTeXt writer.
John MacFarlane
1
-1
/
+3
2011-01-16
Removed '--no-citeproc' as alias for '--natbib'.
John MacFarlane
1
-1
/
+1
2011-01-16
Minor code formatting.
John MacFarlane
1
-0
/
+5
2011-01-16
Moved --chapters to before --number-sections in option list.
John MacFarlane
1
-5
/
+5
2011-01-16
Support --chapters for ConTeXt output as well.
John MacFarlane
1
-3
/
+6
2011-01-16
Use <chapter> for top docbook header if template has <book>.
John MacFarlane
1
-2
/
+6
2011-01-16
Added --chapters option affecting docbook and latex.
John MacFarlane
4
-4
/
+18
2011-01-15
HTML writer: Add ids to <section> tags.
John MacFarlane
1
-1
/
+2
2011-01-15
Merge branch 'tests'
John MacFarlane
1
-219
/
+0
2011-01-14
Fixed the parser for rst+lhs - set stateLiterateHaskell.
John MacFarlane
1
-1
/
+2
2011-01-14
HTML reader: parse simple tables.
John MacFarlane
1
-2
/
+22
2011-01-14
HTML reader: parse location tags in pSatisfy.
John MacFarlane
1
-13
/
+17
2011-01-14
LaTeX writer: Escape strings in \href{..}.
John MacFarlane
1
-2
/
+2
2011-01-14
Simplified Text.Pandoc.CharacterReferences by using TagSoup entity lookup
John MacFarlane
1
-266
/
+11
2011-01-14
Merge branch 'master' of github.com:jgm/pandoc into tests
John MacFarlane
2
-14
/
+17
2011-01-14
LateX writer: In nonsimple tables, put cells in \parbox.
John MacFarlane
1
-9
/
+12
2011-01-14
Parsing: Fixed bug in grid table parser.
John MacFarlane
1
-5
/
+5
2011-01-12
Merge branch 'master' into tests
John MacFarlane
4
-22
/
+66
2011-01-11
Improvements to --html5 support:
John MacFarlane
2
-15
/
+39
2011-01-11
Preliminary support for HTML5.
John MacFarlane
3
-2
/
+16
2011-01-11
Text.Pandoc: Improved readers, writers lists for lhs variants.
John MacFarlane
1
-6
/
+12
2011-01-11
Moved test-pandoc.hs to tests directory.
Nathan Gass
1
-197
/
+0
2011-01-11
Removed run prefix from all test functions.
Nathan Gass
1
-70
/
+68
2011-01-11
Include lhs tests in existing testGroup structure.
Nathan Gass
1
-41
/
+30
2011-01-11
Add reader groups for markdown and rst reader tests.
Nathan Gass
1
-10
/
+12
2011-01-10
Changed test-pandoc to use test-framework and HUnit.
Nathan Gass
1
-113
/
+102
2011-01-07
pandoc: Test standalone' rather than standalone for final newline.
John MacFarlane
1
-1
/
+1
2011-01-07
LaTeX reader: Support simple tables.
John MacFarlane
1
-0
/
+58
2011-01-06
pandoc: Add newline to output unless standalone.
John MacFarlane
1
-2
/
+6
2011-01-06
RST writer: blank line after literate Haskell code block.
John MacFarlane
1
-3
/
+3
2011-01-06
test-pandoc: Wrap to 78 columns in lhs writer tests.
John MacFarlane
1
-1
/
+1
2011-01-06
Markdown writer: blank line after delimited code block.
John MacFarlane
1
-2
/
+2
2011-01-06
LaTeX reader: allow spaces btw \\begin or \\end and {.
John MacFarlane
1
-10
/
+27
2011-01-06
LaTeX reader: Removed unnecessary 'spaces'.
John MacFarlane
1
-4
/
+0
2011-01-06
HTML reader: Fixed bug in htmlTag for comments.
John MacFarlane
1
-2
/
+9
2011-01-05
LaTeX reader: Apply macros to non-math; handle ensuremath.
John MacFarlane
1
-9
/
+23
2011-01-05
LaTeX reader: Don't handle \label and \ref specially.
John MacFarlane
1
-11
/
+0
2011-01-05
LaTeX reader: Support \L \l accents.
John MacFarlane
1
-1
/
+8
2011-01-05
Updated for texmath 0.5.
John MacFarlane
1
-13
/
+13
2011-01-05
Fixed macro parsing.
John MacFarlane
1
-8
/
+10
2011-01-05
LaTeX reader: Parse inside arguments when ignoring commands.
John MacFarlane
1
-9
/
+11
2011-01-05
LaTeX reader: Don't handle \index separately.
John MacFarlane
1
-7
/
+0
2011-01-05
LaTeX reader: Added "index" to ignorable commands.
John MacFarlane
1
-1
/
+1
2011-01-05
LaTeX reader: skip space before option or argument.
John MacFarlane
1
-1
/
+1
2011-01-05
LaTeX reader: Skip \index commands.
John MacFarlane
1
-1
/
+8
2011-01-05
LaTeX reader: Removed \group (we want to parse inside {}).
John MacFarlane
1
-6
/
+0
2011-01-05
LaTeX reader: Better handling of preamble, inc. parsing macros.
John MacFarlane
1
-10
/
+20
2011-01-04
LaTeX reader: Parse bracketed {parts} as raw TeX.
John MacFarlane
1
-2
/
+2
[prev]
[next]