pandoc/src/Text/Pandoc/Readers
John MacFarlane a485c42d78 Fixed behavior of base tag.
+ If the base path does not end with slash, the last component
  will be replaced.  E.g. base = `http://example.com/foo`
  combines with `bar.html` to give `http://example.com/bar.html`.
+ If the href begins with a slash, the whole path of the base
  is replaced.  E.g. base = `http://example.com/foo/` combines
  with `/bar.html` to give `http://example.com/bar.html`.

Closes #2777.
2016-03-10 19:59:55 -08:00
..
Docx Docx Reader: Get rid of Modifiable typeclass. 2016-02-26 08:57:53 -05:00
Odt Changed type of Shared.uniqueIdent argument from [String] to Set String. 2016-01-22 10:16:47 -08:00
CommonMark.hs Use cmark 0.5. 2015-12-29 19:52:06 -08:00
DocBook.hs Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb21-new-image-attributes 2015-11-19 23:14:23 -08:00
Docx.hs Docx reader: update feature checklist. 2016-03-08 00:36:13 -05:00
EPUB.hs Depend on deepseq rather than deepseq-generics. 2016-01-11 12:49:28 -08:00
Haddock.hs Restored Text.Pandoc.Compat.Monoid. 2015-11-09 11:19:25 -08:00
HTML.hs Fixed behavior of base tag. 2016-03-10 19:59:55 -08:00
LaTeX.hs LaTeX reader: handle interior $ characters in math. 2016-02-28 11:14:03 -08:00
Markdown.hs Markdown reader: Improved pipe table parsing. 2016-03-09 11:46:00 -08:00
MediaWiki.hs Changed type of Shared.uniqueIdent argument from [String] to Set String. 2016-01-22 10:16:47 -08:00
Native.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Odt.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
OPML.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Org.hs Merge pull request #2646 from tarleb/org-figure-with-no-name 2016-02-20 21:44:39 -08:00
RST.hs RST reader: image attributes 2015-12-13 21:40:12 +01:00
TeXMath.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Textile.hs Textile reader: Support >, <, =, <> text alignment attributes. 2016-01-25 09:34:49 -08:00
TWiki.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Txt2Tags.hs Modified readers to emit SoftBreak when appropriate. 2015-12-12 09:31:51 -08:00