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
/
Shared.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-10
Use query instead of queryWith.
John MacFarlane
1
-2
/
+27
2013-07-30
Fixed compilation with http-conduit flag False.
John MacFarlane
1
-2
/
+2
2013-07-18
Improved fetching of external resources.
John MacFarlane
1
-7
/
+9
2013-07-04
cabal: Added http-conduit flag, which allows fetching https resources.
John MacFarlane
1
-12
/
+28
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-81
/
+1
2013-07-01
Shared: Export getField.
John MacFarlane
1
-1
/
+14
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-2
/
+9
2013-06-27
Shared: Added `defField`.
John MacFarlane
1
-0
/
+14
2013-06-25
Fixed merge bugs in Shared.
John MacFarlane
1
-10
/
+10
2013-06-25
Removed 'Functor' constraint.
John MacFarlane
1
-2
/
+2
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-3
/
+74
2013-05-28
Shared.openURL: Properly handle data: URIs.
John MacFarlane
1
-2
/
+8
2013-05-04
Less verbose output from --self-contained.
John MacFarlane
1
-1
/
+2
2013-05-01
Shared.openURL: Print diagnostic output to stderr, not stdout.
John MacFarlane
1
-3
/
+5
2013-04-28
Shared.openURL: URL-escape pipe characters.
John MacFarlane
1
-3
/
+2
2013-04-20
Shared: Fixed readDefaultDataFile so it works on Windows.
John MacFarlane
1
-2
/
+2
2013-04-20
Revert "Improved previous patch so it really solves the Windows issue."
John MacFarlane
1
-1
/
+2
2013-04-19
Improved previous patch so it really solves the Windows issue.
John MacFarlane
1
-2
/
+1
2013-04-19
Shared: readDefaultDataFile: normalize the paths.
John MacFarlane
1
-1
/
+7
2013-03-26
Shared: openURL now follows redirects.
John MacFarlane
1
-8
/
+10
2013-02-13
hierarchicalize: Do not number section with class "unnumbered".
John MacFarlane
1
-6
/
+8
2013-02-12
Shared: Changed type of Element.
John MacFarlane
1
-4
/
+4
2013-01-23
Added Text.Pandoc.Data (non-exported) if embed_data_files selected.
John MacFarlane
1
-7
/
+2
2013-01-11
Refactoring:
John MacFarlane
1
-12
/
+17
2013-01-11
Move getItem from SelfContained to Share; export getItem.
John MacFarlane
1
-2
/
+28
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-10
/
+9
2013-01-07
Shared: export isTightList.
John MacFarlane
1
-0
/
+7
2012-12-30
Revert "Workaround for problem with file-embed."
John MacFarlane
1
-3
/
+1
2012-12-29
Workaround for problem with file-embed.
John MacFarlane
1
-1
/
+3
2012-12-29
Made `embed_data_files` flag work.
John MacFarlane
1
-3
/
+11
2012-12-29
Data files changes.
John MacFarlane
1
-14
/
+27
2012-09-29
Renamed removedLeadingTrailingSpace to trim.
John MacFarlane
1
-9
/
+9
2012-09-27
Shared: Export compactify', formerly in Markdown reader.
John MacFarlane
1
-0
/
+18
2012-09-26
Shared: Count \r as space in removeLeading/TrailingSpace.
John MacFarlane
1
-1
/
+1
2012-09-23
Revert "More intelligent handling of text encodings."
John MacFarlane
1
-3
/
+3
2012-09-23
More intelligent handling of text encodings.
John MacFarlane
1
-3
/
+3
2012-08-15
Moved renderTags' from HTML reader & SelfContained to Shared.
John MacFarlane
1
-0
/
+22
2012-08-09
Removed `--strict`, added extensions to writer/reader names.
John MacFarlane
1
-2
/
+3
2012-08-09
Added safeRead to Text.Pandoc.Shared.
John MacFarlane
1
-1
/
+12
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-128
/
+0
2012-07-26
Fixed whitespace errors.
John MacFarlane
1
-9
/
+9
2012-07-24
Slightly more efficient normalizeSpaces.
John MacFarlane
1
-6
/
+5
2012-07-24
Added fields to WriterOptions.
John MacFarlane
1
-0
/
+8
2012-07-19
Provide Data.Default instances for ParserState and WriterOptions.
John MacFarlane
1
-1
/
+5
2012-05-24
Add support for Slideous output.
Jonas Smedegaard
1
-1
/
+2
2012-05-11
Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.
John MacFarlane
1
-0
/
+2
2012-02-04
Complete rewrite of LaTeX reader.
John MacFarlane
1
-1
/
+23
2012-01-28
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
John MacFarlane
1
-0
/
+17
2012-01-27
Shared: Added splitStringWithIndices.
John MacFarlane
1
-4
/
+17
2012-01-26
Added --atx-headers option.
John MacFarlane
1
-0
/
+2
[prev]
[next]