Skip to content

Commit

Permalink
Forgot some debugging noise
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Dec 29, 2014
1 parent 0fbd469 commit c3b2c6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions html.ddoc
Expand Up @@ -40,12 +40,12 @@ SPAN = <span $1>$+</span>
SPANC = $(SPAN class="$1", $+)
SUBSCRIPT = <sub>$0</sub>
SUPERSCRIPT = <sup>$0</sup>
_=TABLE = <table>$0</table>
_=TABLEC = <table class="$1">$+</table>
_=TD = <td>$0</td>
_=TD_HELPER = $(TD $1)$(TD_HELPER $+)
_=TH_HELPER = $(TH $1)$(TH_HELPER $+)
_=TR = <tr>$0</tr>
TABLE = <table>$0</table>
TABLEC = <table class="$1">$+</table>
TD = <td>$0</td>
TD_HELPER = $(TD $1)$(TD_HELPER $+)
TH_HELPER = $(TH $1)$(TH_HELPER $+)
TR = <tr>$0</tr>
TT = <tt>$0</tt>
U = <u>$0</u>
UL = <ul>$0</ul>
Expand Down

0 comments on commit c3b2c6c

Please sign in to comment.