Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Fix readme code formatting #60

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

montchr
Copy link
Contributor

@montchr montchr commented Nov 17, 2015

Removes some extraneous asterisks that messed up code formatting example.

@danielbachhuber
Copy link
Contributor

@montchr Can you fix these in readme.txt, and then run grunt readme to compile README.md ?

@montchr
Copy link
Contributor Author

montchr commented Nov 17, 2015

Ah, sorry. I forgot you handled it that way. I'm on it.

Fixes code block parse error.
@montchr
Copy link
Contributor Author

montchr commented Nov 17, 2015

Looks like this was actually a bug in the Grunt plugin, fixed in version 1.0.0.

Edit: here's the commit that fixed it in that plugin.

@@ -102,10 +102,10 @@ This command finds all `[img]` shortcodes in the content of any of the posts spe
## Screenshots ##

### 1. This is the shortcode UI form as accessed from **Insert Media > Insert Post Element**. (Note that you can also insert images as usual, by inserting them in the Media Library - they will be transparently converted into shortcodes behind the scenes for you.) ###
![This is the shortcode UI form as accessed from **Insert Media > Insert Post Element**. (Note that you can also insert images as usual, by inserting them in the Media Library - they will be transparently converted into shortcodes behind the scenes for you.)](http://s.wordpress.org/extend/plugins/image-shortcake/screenshot-1.png)
![This is the shortcode UI form as accessed from **Insert Media > Insert Post Element**. (Note that you can also insert images as usual, by inserting them in the Media Library - they will be transparently converted into shortcodes behind the scenes for you.)](http://ps.w.org/image-shortcake/assets/screenshot-1.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ps.w.org/image-shortcake/assets/screenshot-1.png is a broken link. You need to set the screenshot_url parameter in Gruntfile.js. See example here: https://github.com/pantheon-systems/wp-redis/pull/29/files#diff-35b4a816e0441e6a375cd925af50752cR11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants