This page (revision-1) was last changed on 14-Mar-2017 17:56 by Dirk Frederickx 

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
1 14-Mar-2017 17:56 399 bytes Dirk Frederickx
Incoming links Outgoing links

Difference between version and

At line 1 added 24 lines
[{SET page-styles='prettify-nonum'}]
With the {{%~%reveal}} style you can
show hidden characters such as tabs and line breaks in pre-formatted text blocks.
Inspired by: [http://prismjs.com/plugins/show-invisibles/]
Example:
%%reveal
{{{
public Integer next(bool flag){
if(flag){
int tmp = a;
a += b;
b = tmp;
return a;
}
}
}}}
----
See also: [Haddock Styles]