search for: n_num

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

Did you mean: in_num
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
...; [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 (working copy) @@ -46,7 +46,8 @@ "<p>"...