aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/Plain.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-10 19:59:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-10 19:59:55 -0800
commita485c42d78d8bc819f7ad1bef137d54a324c5ea9 (patch)
treefc8c7494dd39b38de4526204a45a64099db67610 /tests/Tests/Writers/Plain.hs
parent06a57b27a1367e7954efa38fde13376a7334e870 (diff)
downloadpandoc-a485c42d78d8bc819f7ad1bef137d54a324c5ea9.tar.gz
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.
Diffstat (limited to 'tests/Tests/Writers/Plain.hs')
0 files changed, 0 insertions, 0 deletions