-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gatsby-remark-copy-linked-files] Add support for HTML <audio>
* bump README * update examples/using-remark-copy-linked-files * restore failing „one line“ video tag example * switch (most) deps to latest
- Loading branch information
Showing
5 changed files
with
57 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,20 @@ | |
"author": "Florian Kissling <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^1.9.108", | ||
"gatsby-link": "^1.6.24", | ||
"gatsby-link": "latest", | ||
"gatsby-plugin-google-analytics": "^1.0.12", | ||
"gatsby-plugin-offline": "^1.0.10", | ||
"gatsby-plugin-react-helmet": "^2.0.1", | ||
"gatsby-plugin-sharp": "^1.6.20", | ||
"gatsby-plugin-typography": "^1.7.10", | ||
"gatsby-remark-copy-linked-files": "^1.5.20", | ||
"gatsby-remark-images": "^1.5.31", | ||
"gatsby-remark-prismjs": "^1.2.9", | ||
"gatsby-remark-responsive-iframe": "^1.4.14", | ||
"gatsby-remark-smartypants": "^1.4.8", | ||
"gatsby-source-filesystem": "^1.5.8", | ||
"gatsby-transformer-remark": "^1.7.20", | ||
"gatsby-transformer-sharp": "^1.6.13", | ||
"gatsby-plugin-sharp": "latest", | ||
"gatsby-plugin-typography": "latest", | ||
"gatsby-remark-copy-linked-files": "latest", | ||
"gatsby-remark-images": "latest", | ||
"gatsby-remark-prismjs": "latest", | ||
"gatsby-remark-responsive-iframe": "latest", | ||
"gatsby-remark-smartypants": "latest", | ||
"gatsby-source-filesystem": "latest", | ||
"gatsby-transformer-remark": "latest", | ||
"gatsby-transformer-sharp": "latest", | ||
"hast-util-to-html": "^3.1.0", | ||
"lodash": "^4.15.0", | ||
"react-helmet": "^5.2.0", | ||
|
Binary file added
BIN
+1.33 MB
.../src/pages/2017-11-13-gatsby-remark-copy-linked-files/RAI-GramophoneGC-82979-01-1-001.mp3
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,5 @@ markdown HTML will be modified to point to it. | |
|
||
* `<img />` | ||
* `<video />` | ||
* `<audio />` | ||
* `<a />` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters