mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
added more documentation for github backtick highlighted code blocks
This commit is contained in:
parent
52334ed604
commit
8ff5db035a
@ -28,6 +28,9 @@ them to the Vim rendered versions.
|
|||||||
|
|
||||||
Check out the [test page](/docs/blogging/code/test) to see the results.
|
Check out the [test page](/docs/blogging/code/test) to see the results.
|
||||||
|
|
||||||
|
## Github Style Code Blocks
|
||||||
|
{% render_partial docs/plugins/github-style-codeblock/index.markdown %}
|
||||||
|
|
||||||
## Gist Embedding
|
## Gist Embedding
|
||||||
{% render_partial docs/plugins/gist-tag/index.markdown %}
|
{% render_partial docs/plugins/gist-tag/index.markdown %}
|
||||||
|
|
||||||
|
@ -10,8 +10,9 @@ footer: false
|
|||||||
Octopress ships with the following plugins. Many have been written specially for Octopress, but some have been selected from the Jekyll community with various changes and improvements.
|
Octopress ships with the following plugins. Many have been written specially for Octopress, but some have been selected from the Jekyll community with various changes and improvements.
|
||||||
|
|
||||||
- [HTML5 Video Tag](/docs/plugins/video-tag) - *easily post images with class names and titles*
|
- [HTML5 Video Tag](/docs/plugins/video-tag) - *easily post images with class names and titles*
|
||||||
- [Code Block](/docs/plugins/codeblock) - *for easy inline code sharing*
|
- [Github Style codeblock](/docs/plugins/github-style-codeblock) - *for simple lightweight code sharing*
|
||||||
- [Include Code](/docs/plugins/include-code) - *embed code from your filesystem*
|
- [Code Block](/docs/plugins/codeblock) - *for sharing code with titles and links*
|
||||||
|
- [Include Code](/docs/plugins/include-code) - *embed code from your filesystem with a download link*
|
||||||
- [Gist Tag](/docs/plugins/gist-tag) - *automatically downloads and embeds Github gists*
|
- [Gist Tag](/docs/plugins/gist-tag) - *automatically downloads and embeds Github gists*
|
||||||
- [Image Tag](/docs/plugins/image-tag) - *easily post images with class names and titles*
|
- [Image Tag](/docs/plugins/image-tag) - *easily post images with class names and titles*
|
||||||
- [Render Partial](/docs/plugins/render-partial) - *insert any file into another post or page*
|
- [Render Partial](/docs/plugins/render-partial) - *insert any file into another post or page*
|
||||||
@ -25,7 +26,7 @@ The following filters are used by Octopress, and are documented as necessary in
|
|||||||
- Sitemap Generator - *generates an SEO friendly sitemap.xml*
|
- Sitemap Generator - *generates an SEO friendly sitemap.xml*
|
||||||
- Compass Compiler - *forces Jekyll to compile Compass on each load*
|
- Compass Compiler - *forces Jekyll to compile Compass on each load*
|
||||||
- Haml Converter - *allows .haml pages to be processed by Jekyll*
|
- Haml Converter - *allows .haml pages to be processed by Jekyll*
|
||||||
- Pygments Cache - *caches code snippets to speed up Jekyll processing*
|
- Pygments Code - *converts code snippets to highlighted code and caches to speed up Jekyll processing*
|
||||||
- Titlecase - *required by several plugins to automatically generate proper title captalization*
|
- Titlecase - *required by several plugins to automatically generate proper title captalization*
|
||||||
|
|
||||||
[Octopress plugins source](https://github.com/imathis/octopress/tree/master/plugins)
|
[Octopress plugins source](https://github.com/imathis/octopress/tree/master/plugins)
|
||||||
|
Loading…
Reference in New Issue
Block a user