Use generic example.com link in README and changelog.
This commit is contained in:
parent
c65d13ac2d
commit
6a226041ad
2 changed files with 6 additions and 5 deletions
5
README
5
README
|
@ -3598,8 +3598,9 @@ instead, use raw HTML in your source and add `data-external="1"` to the tag
|
||||||
with the `src` attribute. For example:
|
with the `src` attribute. For example:
|
||||||
|
|
||||||
<audio controls="1">
|
<audio controls="1">
|
||||||
<source src="http://www.sixbarsjail.it/tmp/bach_toccata.mp3"
|
<source src="http://example.com/music/toccata.mp3"
|
||||||
data-external="1" type="audio/mpeg"></source>
|
data-external="1" type="audio/mpeg">
|
||||||
|
</source>
|
||||||
</audio>
|
</audio>
|
||||||
|
|
||||||
Literate Haskell support
|
Literate Haskell support
|
||||||
|
|
|
@ -112,9 +112,9 @@ pandoc (1.15.2)
|
||||||
the tags linking to media that should not be downloaded. Example:
|
the tags linking to media that should not be downloaded. Example:
|
||||||
|
|
||||||
<audio controls="1">
|
<audio controls="1">
|
||||||
<source
|
<source src="http://example.com/music/toccata.mp3"
|
||||||
src="https://example.com/downloads/tocatta.mp3"
|
data-external="1" type="audio/mpeg">
|
||||||
type="audio/mpeg"></source>
|
</source>
|
||||||
</audio>
|
</audio>
|
||||||
|
|
||||||
* HTML writer: use width on whole table if col widths sum to < 100%.
|
* HTML writer: use width on whole table if col widths sum to < 100%.
|
||||||
|
|
Loading…
Add table
Reference in a new issue