- {{{#!wiki orange
- i want this content to have the orange class.
- }}}
- {{{#!html
- <div class="orange" style="background: orange">i want this content to have an orange background.</div>
- }}}
- result:
- <div class="orange">
- <p>i want this cnotent to have the orange class.</p>
- </div>