-
-
Save guyht/1541166 to your computer and use it in GitHub Desktop.
Giki - Realtime, asynchronous JavaScript parser and code highlighter
This file contains 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
<div id="bbcode_div"></div> | |
<textarea id="bbcode_ta" cols="20" rows="5"></textarea></pre> |
This file contains 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
new Giki({ | |
'div' : 'bbcode_div', | |
'text_area' : 'bbcode_ta', | |
'parser' : 'javascript/bbcode.js' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment