summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-20 09:57:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-20 09:57:32 -0700
commitb53036ba3fafe15a1832ed41ffac638fb8ea1879 (patch)
treebaf9765c82720f59bb1fcea6c77b29e79b7c0d24 /changelog
parent7e6c70e585b5e158f2d887641a2b02a89def11e0 (diff)
Fixed changelog formatting.
Diffstat (limited to 'changelog')
-rw-r--r--changelog7
1 files changed, 4 insertions, 3 deletions
diff --git a/changelog b/changelog
index 9412fcfc6..3f16e3ee0 100644
--- a/changelog
+++ b/changelog
@@ -53,12 +53,13 @@ pandoc (1.17)
links have their spaces removed, and are appropriately smushed
together (#2689).
- * HTML reader: Fixed behavior of base tag (#2777).
+ * HTML reader:
- + If the base path does not end with slash, the last component
+ + Fixed behavior of base tag (#2777).
+ 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
+ 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`.
+ Rewrote `htmlInBalanced`. This version avoids an exponential