Created
March 19, 2009 15:33
-
-
Save inem/81875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can use {TagsAsClasses} and tranform a tag in a CSS class: | |
A little example: | |
<div class="{TagsAsClasses}">....</div> | |
Add the tag test123 to a post and the relative output code will be: | |
<div class="test123">...</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment