index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
SelfContained.hs
Age
Commit message (
Expand
)
Author
2017-05-20
SelfContained: fixed problem with embedded fonts.
John MacFarlane
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-05-05
Revert "SelfContained: special handling for css @import."
John MacFarlane
2017-05-05
SelfContained: special handling for css @import.
John MacFarlane
2017-05-05
SelfContained: Handle url() inside material retrieved from url().
John MacFarlane
2017-03-30
SelfContained: export makeDataURI
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-26
`--self-contained`: don't incorporate elements with `data-external="1"`.
John MacFarlane
2017-02-24
Some fixes to the preceding revisions in SelfContained.
John MacFarlane
2017-02-24
SelfContained: don't use data URIs for script or style.
John MacFarlane
2017-02-24
Refactored getData from getDataURI in SelfContained.
John MacFarlane
2017-02-23
Put makeSelfContained in PandocMonad instead of IO.
John MacFarlane
2017-02-20
Use lazy loading for reveal.js slide shows.
John MacFarlane
2017-01-25
Removed writerMediaBag from WriterOpts.
John MacFarlane
2017-01-25
Text.Pandoc.Shared: Removed fetchItem, fetchItem'.
John MacFarlane
2017-01-25
SelfContained: put makeSelfContained in MonadIO.
John MacFarlane
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2015-10-28
Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.
John MacFarlane
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2015-07-15
`--self-contained`: Fixed overaggressive CSS minimization.
John MacFarlane
2015-06-28
Fixed regression in CSS parsing with `--self-contained`.
John MacFarlane
2015-05-04
SelfContained: properly handle data URIs in css urls.
John MacFarlane
2015-05-01
SelfContained: cssURLs no longer tries to fetch fragment URLs.
John MacFarlane
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
2015-02-13
Improved building of data URIs in SelfContained.
John MacFarlane
2014-12-31
SelfContained: Add `;charset=utf-8` to script mime type if missing.
John MacFarlane
2014-10-04
Added `track` to list of tags treated by `--self-contained`.
John MacFarlane
2014-08-17
MIME cleanup.
Artyom Kazak
2014-08-02
SelfContained: Fixed determining of source URL from within CSS files.
John MacFarlane
2014-08-02
Text.Pandoc.SelfContained changes.
John MacFarlane
2014-07-31
New module, Text.Pandoc.MediaBag.
John MacFarlane
2014-07-31
Made MediaBag a newtype, and added mime type information to media.
John MacFarlane
2014-07-30
Allow --self-contained to get content from MediaBag.
John MacFarlane
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
2014-03-05
SelfContained: Handle "poster" attribute in "video" tags.
John MacFarlane
2013-10-16
Use isURI instead of isAbsoluteURI.
John MacFarlane
2013-07-18
Improved fetching of external resources.
John MacFarlane
2013-04-10
Added comment/todo to SelfContained.
John MacFarlane
2013-03-26
SelfContained: handle src in embed, audio, source, input tags.
John MacFarlane
2013-03-25
SelfContained: strip off fragment, query of relative URL
John MacFarlane
2013-01-11
Refactoring:
John MacFarlane
2013-01-11
Move getItem from SelfContained to Share; export getItem.
John MacFarlane
2012-12-29
Data files changes.
John MacFarlane
2012-09-25
Removed need for utf8-string package.
John MacFarlane
2012-08-15
Moved renderTags' from HTML reader & SelfContained to Shared.
John MacFarlane
2012-07-26
Fixed whitespace errors.
John MacFarlane
2012-06-28
SelfContained: Fix handling of absolute URLs in css imports.
John MacFarlane
2012-02-17
Don't escape `<` in `<style>` tags with `--self-contained`.
John MacFarlane
[prev]
[next]