index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-05
Added --id-prefix option.
fiddlosopher
5
-10
/
+36
2009-12-05
Markdown reader: Compensate for width of final table column.
fiddlosopher
1
-1
/
+11
2009-12-05
Fixed handling of footnotes in titles (HTML) and headers (LaTeX).
fiddlosopher
2
-16
/
+28
2009-12-05
Added stripTags to Text.Pandoc.XML.
fiddlosopher
1
-1
/
+12
2009-12-05
Markdown reader: Treat a backslash followed by a newline as hard linebreak.
fiddlosopher
5
-6
/
+25
2009-12-05
Added "head" to list of HTML block-level tags.
fiddlosopher
2
-1
/
+4
2009-12-05
Updated changelog.
fiddlosopher
1
-0
/
+15
2009-12-05
Changed --default-code-classes -> --indented-code-classes.
fiddlosopher
5
-11
/
+12
2009-12-01
Bumped version to 1.3 in inno setup script.
fiddlosopher
1
-1
/
+1
2009-12-01
Version bump to 1.3 (because of change to ParserState).
fiddlosopher
2
-2
/
+2
2009-12-01
Install pcre3 dll in windows setup.
fiddlosopher
1
-20
/
+3
2009-12-01
Added pcre3.dll and license to windows directory.
fiddlosopher
2
-0
/
+68
2009-12-01
Allow . and ~ in header identifiers.
fiddlosopher
2
-2
/
+3
2009-12-01
Added --default-code-classes option.
fiddlosopher
5
-4
/
+28
2009-12-01
Updated README section on header identifiers.
fiddlosopher
1
-2
/
+2
2009-11-29
Allow _ character in automatically generated identifiers.
fiddlosopher
1
-1
/
+1
2009-11-29
Markdown reader: treat 4 or more * or _ in a row as literal text.
fiddlosopher
1
-0
/
+7
2009-11-29
Markdown reader: Use + rather than %20 for spaces in URLs.
fiddlosopher
2
-4
/
+4
2009-11-28
Updated changelog.
fiddlosopher
1
-0
/
+9
2009-11-28
Better looking simple tables. Resolves Issue #180.
fiddlosopher
23
-208
/
+214
2009-11-28
Bumped version to 1.2.2 and updated changelog.
fiddlosopher
2
-11
/
+23
2009-11-28
Markdown reader: parse refs and notes in the same pass.
fiddlosopher
2
-21
/
+14
2009-11-28
Added \int to characters handled as unicode in tex math.
fiddlosopher
1
-0
/
+1
2009-11-28
Makefile: Don't try to build man pages in build-doc.
fiddlosopher
1
-2
/
+2
2009-11-22
Updated changelog.
fiddlosopher
1
-0
/
+68
2009-11-22
Version bump to 1.2.1.1.
fiddlosopher
1
-1
/
+1
2009-11-22
Modified markdown2pdf so as not to create a backup file.
fiddlosopher
2
-18
/
+3
2009-11-22
Added markdown2pdf.1 to tmp-files in cabal.
fiddlosopher
1
-1
/
+1
2009-11-21
Use utf8-string IO in markdown2pdf.hs.
fiddlosopher
1
-2
/
+4
2009-11-21
Fixed htmlComment parser.
fiddlosopher
1
-1
/
+1
2009-11-21
Modified html+lhs output to use 'haskell' highlighter.
fiddlosopher
4
-34
/
+37
2009-11-17
Support for "..code-block" directive in RST reader.
fiddlosopher
3
-0
/
+20
2009-11-03
Specially mark code blocks that were "literate" in the input.
fiddlosopher
8
-7
/
+11
2009-11-01
Set utf-8 encoding in texinfo headers.
fiddlosopher
2
-3
/
+5
2009-11-01
Changed heuristic in compactify.
fiddlosopher
1
-19
/
+15
2009-11-01
Properly handle commented-out list items in markdown.
fiddlosopher
4
-4
/
+17
2009-10-31
Don't build Haskell wrappers in Makefile.
fiddlosopher
1
-1
/
+1
2009-10-31
Added link to pandoc-mode for emacs to website.
fiddlosopher
1
-1
/
+2
2009-10-29
Added % as an rst underline character.
fiddlosopher
1
-1
/
+1
2009-10-24
Updated COPYRIGHT file.
fiddlosopher
1
-30
/
+13
2009-10-14
Updated HCAR report.
fiddlosopher
1
-9
/
+11
2009-10-12
Fix inline math parser so that \$ is allowed in math.
fiddlosopher
3
-4
/
+15
2009-10-04
Added haddock comments warning that readers assume \n line endings.
fiddlosopher
6
-5
/
+14
2009-08-22
Fixed markdown2pdf.hs to accept --longopt=val options.
fiddlosopher
1
-9
/
+14
2009-08-13
Changed EXECSBASE so it doesn't pull in hsmarkdown & markdown2pdf.
fiddlosopher
1
-1
/
+1
2009-07-21
Fixed bug in HTML comment parser.
fiddlosopher
1
-2
/
+2
2009-07-19
Better installation instructions on website.
fiddlosopher
1
-8
/
+21
2009-07-19
Website changes for 1.2.1 release.
fiddlosopher
1
-1
/
+22
2009-07-18
Updated changelog.
fiddlosopher
1
-0
/
+4
2009-07-18
Changed escapes in markdown writer.
fiddlosopher
2
-6
/
+6
[next]