diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-03-20 09:57:32 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-20 09:57:32 -0700 | 
| commit | b53036ba3fafe15a1832ed41ffac638fb8ea1879 (patch) | |
| tree | baf9765c82720f59bb1fcea6c77b29e79b7c0d24 | |
| parent | 7e6c70e585b5e158f2d887641a2b02a89def11e0 (diff) | |
| download | pandoc-b53036ba3fafe15a1832ed41ffac638fb8ea1879.tar.gz | |
Fixed changelog formatting.
| -rw-r--r-- | changelog | 7 | 
1 files changed, 4 insertions, 3 deletions
| @@ -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 | 
