summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/_inc/lib/markdown/README.md')
-rw-r--r--plugins/jetpack/_inc/lib/markdown/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/_inc/lib/markdown/README.md b/plugins/jetpack/_inc/lib/markdown/README.md
index 9704b5ce..45f298d1 100644
--- a/plugins/jetpack/_inc/lib/markdown/README.md
+++ b/plugins/jetpack/_inc/lib/markdown/README.md
@@ -6,10 +6,10 @@ Contains two libraries:
- Gives you `MardownExtra_Parser` and `Markdown_Parser`
- Docs at http://michelf.ca/projects/php-markdown/extra/
-* `/gfm` -- Github Flavored MArkdown
+* `/gfm` -- Github Flavored Markdown
- Gives you `WPCom_GHF_Markdown_Parser`
- It has the same interface as `MarkdownExtra_Parser`
- - Adds support for fenced code blocks: https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
+ - Adds support for fenced code blocks: https://help.github.com/articles/creating-and-highlighting-code-blocks/#fenced-code-blocks
- By default it replaces them with a code shortcode
- You can change this using the `$use_code_shortcode` member variable
- You can change the code shortcode wrapping with `$shortcode_start` and `$shortcode_end` member variables