search for: n_cont

Displaying 1 result from an estimated 1 matches for "n_cont".

Did you mean: b_cont
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
...t;A %{ STORE(colspan) } ) ; S_RSPN = ( "/" [0-9]+ >A %{ STORE(rowspan) } ) ; + D_HEADER = "_" %{ ASET(th, true) } ; A = ( ( A_HLGN | A_VLGN )* ) ; A2 = ( A_LIMIT? ) ; S = ( S_CSPN | S_RSPN )* ; C = ( C_CLAS | C_STYL | C_LNGE )* ; + D = ( D_HEADER ) ; N_CONT = "_" %{ ASET(start, continue) }; N_NUM = digit+ >A %{ STORE(start) }; N = ( N_CONT | N_NUM )? ; Index: lib/superredcloth.rb =================================================================== --- lib/superredcloth.rb (revision 163) +++ lib/superredcloth.rb (worki...