Changeset 178240
- Timestamp:
- 11/30/2009 09:30:03 PM (16 years ago)
- File:
-
- 1 edited
-
ultimate-syntax-highlighter/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-syntax-highlighter/trunk/readme.txt
r178237 r178240 18 18 * Wide browser support 19 19 * Very lightweight 20 * Easily added with the shortcode [ hlight lang="language"][/hlight]20 * Easily added with the shortcode [code lang="language"][/code] 21 21 22 22 = Languages Supported = … … 39 39 1. Extract plugin into /wp-content/plugins directory. 40 40 2. Activate the plugin. 41 3. Specify your code snippets in your blog post using the shortcode [ hlight lang="Language"][/hlight]41 3. Specify your code snippets in your blog post using the shortcode [code lang="Language"][/code] 42 42 43 43 Here is an example to produce ruby syntax highlighting once the plugin is activated: 44 44 45 [ hlightlang="ruby"]45 [code lang="ruby"] 46 46 def my_ruby_snippet 47 47 blog_post.should(be_highlighted) 48 48 end 49 [/ hlight]49 [/code] 50 50 51 51 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.