Plugin Directory

Changeset 178240


Ignore:
Timestamp:
11/30/2009 09:30:03 PM (16 years ago)
Author:
samarudge
Message:

1.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ultimate-syntax-highlighter/trunk/readme.txt

    r178237 r178240  
    1818* Wide browser support
    1919* Very lightweight
    20 * Easily added with the shortcode [hlight lang="language"][/hlight]
     20* Easily added with the shortcode [code lang="language"][/code]
    2121
    2222= Languages Supported =
     
    39391. Extract plugin into /wp-content/plugins directory.
    40402. Activate the plugin.
    41 3. Specify your code snippets in your blog post using the shortcode [hlight lang="Language"][/hlight]
     413. Specify your code snippets in your blog post using the shortcode [code lang="Language"][/code]
    4242
    4343Here is an example to produce ruby syntax highlighting once the plugin is activated:
    4444
    45     [hlight lang="ruby"]
     45    [code lang="ruby"]
    4646    def my_ruby_snippet
    4747      blog_post.should(be_highlighted)
    4848    end
    49     [/hlight]
     49    [/code]
    5050
    5151== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.