Skip to content

Commit

Permalink
Testing list: add #10053
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Oct 26, 2018
1 parent 5106f20 commit a27933e
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion to-test.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## 6.7

###
### shortcodes

We've made some changes to [the Gist shortcode](https://en.support.wordpress.com/gist/) in this release. It should now be fully compatible with the AMP plugin.

To test this, try installing the AMP plugin on your site (either the current Stable version or [the Beta](https://github.com/Automattic/amp-wp/releases/tag/1.0-RC1-built)), and try adding Gists, using different formats, to one of your posts. Here are some examples:

```html
oEmbed: Full gist:

https://gist.github.com/sebastianbenz/1d449dee039202d8b7464f1131eae449

oEmbed: Linking to a file via in a Gist:

https://gist.github.com/sebastianbenz/1d449dee039202d8b7464f1131eae449#file-sw-html

oEmbed: Linking to file without username in URL.

https://gist.github.com/1d449dee039202d8b7464f1131eae449#file-sw-html

Example from WordPress.com docs:

[gist https://gist.github.com/2314628 /]

Second example from WordPress.com docs:

[gist]2314628[/gist]
```

**Thank you for all your help!**

0 comments on commit a27933e

Please sign in to comment.