pandoc/src/Text
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
..
Pandoc Fixed behavior of base tag. 2016-03-10 19:59:55 -08:00
Pandoc.hs Add TEI Writer. 2016-01-19 14:03:57 -05:00