diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2016-09-23 19:33:27 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2016-09-23 19:33:27 -0400 |
commit | 435bb72fb440c2349bc7c59ff1726cbcde4f15f5 (patch) | |
tree | 642f4d29ba54f2ba4aa6fed8e03ac08ca5494779 /docs | |
parent | a96fee0591de5f3b628503591d1cad9d23d26140 (diff) | |
download | markdown-435bb72fb440c2349bc7c59ff1726cbcde4f15f5.tar.gz markdown-435bb72fb440c2349bc7c59ff1726cbcde4f15f5.tar.bz2 markdown-435bb72fb440c2349bc7c59ff1726cbcde4f15f5.zip |
Fix a few spelling errors.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extensions/code_hilite.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt index d13b0e8..c17d688 100644 --- a/docs/extensions/code_hilite.txt +++ b/docs/extensions/code_hilite.txt @@ -43,9 +43,9 @@ set the value of the `-a` option to that class name. The CSS rules will be written to the `styles.css` file which you can copy to your site and link from your HTML templates. -If you would like to use a differant theme, swap out `default` for the desired +If you would like to use a different theme, swap out `default` for the desired theme. For a list of themes installed on your system (additional themes can be -isntalled via Pygments plugins), run the following command: +installed via Pygments plugins), run the following command: pygmetize -L style @@ -59,7 +59,7 @@ isntalled via Pygments plugins), run the following command: To ensure complete compatibility, you should generate the CSS rules from your own installation of Pygments. -See Pygment's excellent [documentation] for more details. If no language is +See Pygments' excellent [documentation] for more details. If no language is defined, Pygments will attempt to guess the language. When that fails, the code block will not be highlighted. |