gatsby-remark-embed-gist
gatsby-remark-embed-gist copied to clipboard
Gatsby remark gists preprocessor
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Reading the documentation my understanding is embed gist should come before Prism but for some reason this is not working and I'm unsure where my issue is. I've tried: config:...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. Changelog Sourced from node-notifier's changelog. v8.0.1 fixes possible injection issue for notify-send Commits 5d62799 v8.0.1 0c4a80d chore: adds changelog f5a7bc6 fix: test cases b9d148d...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Is there currently a way to make the gatsby-remark-embed-gist plugin emit a code fence similar to manually adding code with markdown, something like ```csharp var sampleCode = "awesome" ``` This...
Hi. Thank you for the plugin. I tried embedding .ipynb gists in a mdx page to no success. This is most probably a feature request..
The current API call returns a link to the stylesheet associated to the gist (see property stylesheet below). ```json { "description":".2016.08.31.stream-redirection", "public":true, "created_at":"2018-06-28T21:56:26.000-05:00", "files":[".2016.08.31.stream-redirection","example.sh","syntax.text"], "owner":"weirdpattern", "div":"...", "stylesheet":"https://assets-cdn.github.com/assets/gist-embed-87673c31a5b37b5e6556b63e1081ebbc.css" } ``` The...
Having this plugin analyze Github permalinks would be great if you want to reference an existing code in a repo! One way I thought it could be implemented was that...