Help talk:GeSHi

From Rosetta Code
Revision as of 09:36, 23 February 2008 by rosettacode>Badmadevil (Suggestion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Suggestion
Hello.
I would suggest that any <pre> editing effect, ie.causing a <pre> pair to be inserted in the result html page, under a language header {{header|LANG_TAG}} be automatic converted to the corresponding language syntax highlight( LANG_TAG ) effect, so that any further conversion is not need. New code may still use old style editing.
Is it feasible?-badmadevil 02:36, 23 February 2008 (MST)
EXAMPLE:
{{header|C}}
<pre>
printf("Hello, World!") ;
</pre>
Result HTML page display as
{{header|C}}
<C>
printf("Hello, World!") ;
</C>