zzyengineer / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

green text in verbatim code block in google code wiki #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps that will reproduce the problem:
1. edit a wiki page
2. make a verbatim code block with {{{ }}}} 
3. include a ' or a ` in the code and type anything behind it
4. it wil turn green 

What is the expected output?  
Black text

What do you see instead?
Green text

What version are you using?  On what browser?
Google code Wiki Firefox 3

Please provide any additional information below.
I'd like to draw schematics in the Wiki and use ' and `

Original issue reported on code.google.com by eur.van....@gmail.com on 12 Aug 2008 at 2:29

GoogleCodeExporter commented 9 years ago
Added a language handler for wiki-text.
Please see
http://code.google.com/p/google-code-prettify/source/browse/trunk/src/lang-wiki.
js
and 
http://google-code-prettify.googlecode.com/svn/trunk/tests/prettify_test.html#wi
ki

@r56

Original comment by mikesamuel@gmail.com on 6 Jan 2009 at 10:41