1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/system/style-guide-macros.tid

21 lines
312 B
Plaintext

created: 20220227210120989
modified: 20220227210123695
tags: $:/tags/Macro
title: $:/editions/tw5.com/style-guide-macros
\define style-guide(good,bad)
<table>
<tbody>
<tr>
<th>Good</th>
<td>``$good$``</td>
</tr>
<tr>
<th>Bad</th>
<td>``$bad$``</td>
</tr>
</tbody>
</table>
\end
<pre><$view field="text"/></pre>