Changes between Version 1 and Version 2 of LinenoMacro


Ignore:
Timestamp:
Apr 21, 2008, 7:41:34 PM (16 years ago)
Author:
Adamansky Anton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LinenoMacro

    v1 v2  
    2323== Example ==
    2424
    25 Simple java listing with line numbers
     25Simple java listing with included Lineno macro:
    2626{{{
    2727{{{
    2828#!Lineno
    2929#!java
    30  your code here 
     30class A {
     31  public static void main(String[] args) {
     32  }
     33}
    3134}}}
    3235}}}
     36Result:
     37[[br]][[Image(http://adamansky.com/linenum.png)]]
    3338
    3439