Drupal Style Initialization
-
I’m planning to migrate my Drupal site to WordPress but wondering how can this plugin support a Drupal style of geshi highlighting.
In most example, to highlight a code, we need to use something like this:
<pre lang="php">
to highlight the code after that.
But in Drupal, I use this syntax (e.g. PHP code):
<php>
for Java I use:
<java>
So, is it possible to use this kind of initialization in WordPress using this plugin?
- The topic ‘Drupal Style Initialization’ is closed to new replies.