aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-16 06:53:52 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-16 06:53:52 -0800
commit6a226041adb8a1e0692c64b13b4ad0593123a6b4 (patch)
tree2719963c20d9a861ca5352140d2277d5cc564dcf /changelog
parentc65d13ac2dcddfddd2d3e049b8a63c372d146c64 (diff)
downloadpandoc-6a226041adb8a1e0692c64b13b4ad0593123a6b4.tar.gz
Use generic example.com link in README and changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog b/changelog
index 91211565c..c5c68da6c 100644
--- a/changelog
+++ b/changelog
@@ -112,9 +112,9 @@ pandoc (1.15.2)
the tags linking to media that should not be downloaded. Example:
<audio controls="1">
- <source
- src="https://example.com/downloads/tocatta.mp3"
- type="audio/mpeg"></source>
+ <source src="http://example.com/music/toccata.mp3"
+ data-external="1" type="audio/mpeg">
+ </source>
</audio>
* HTML writer: use width on whole table if col widths sum to < 100%.