Difference between revisions of "User:ErAck"

From Apache OpenOffice Wiki
Jump to: navigation, search
(→‎Code syntax highlighting: lang="..." instead of lanuage="...")
Line 31: Line 31:
 
Code syntax highlighting is possible with
 
Code syntax highlighting is possible with
 
<pre>
 
<pre>
<source language="$LANGUAGE">
+
<source lang="$LANGUAGE">
 
...
 
...
 
</source>
 
</source>
 
</pre>
 
</pre>
  
where ''$LANGUAGE'' is one of this list that was dynamically generated using <code><nowiki><source language="invalid"></source></nowiki></code>
+
where ''$LANGUAGE'' is one of this list that was dynamically generated using <code><nowiki><source lang="invalid"></source></nowiki></code>
  
<source language="invalid"></source>
+
<source lang="invalid"></source>
  
  

Revision as of 22:45, 25 August 2008


currently working on

OASIS OpenDocument file format formula specification, ODFF aka OpenFormula.

ODFF implementation, changes to formula parser/compiler and interpreter in Calc.

Wiki stuff

Edit help: Category:Help

Code syntax highlighting

Code syntax highlighting is possible with

<source lang="$LANGUAGE">
...
</source>

where $LANGUAGE is one of this list that was dynamically generated using <source lang="invalid"></source>


NOTE: the old SwinBrain CodeSyntaxHighlight does not work anymore since the wiki upgrade on 2008-02-14

<code>[language]
...
</code>

produces rubbish now!

new topic

Insert non-formatted text here

Personal tools