Jukta Doc

Code: display of HTML elements

Code wrapper

Wrapper <pre>
<form> <!-- block with margin XY -->
    <header>Heading</header> <!-- row padding Y -->
    <p></p> <!-- row with padding Y -->
    <div></div> <!-- row without padding Y -->
    <input type="hidden"/>
    <fieldset> <!-- row* -->
        <legend>Legend</legend> <!-- float -->
        <label for="%"><span></span></label> <!-- cell* -->
        <input id="%"/> <!-- cell* -->
    </fieldset>
</form>
Inserted with special characters for escaping tagsSource
Wrapper <pre>.code
<form> <!-- block with margin XY -->
    <header>Heading</header> <!-- row padding Y -->
    <p></p> <!-- row with padding Y -->
    <div></div> <!-- row without padding Y -->
    <input type="hidden"/>
    <fieldset> <!-- row* -->
        <legend>Legend</legend> <!-- float -->
        <label for="%"><span></span></label> <!-- cell* -->
        <input id="%"/> <!-- cell* -->
    </fieldset>
</form>
Inserted with special characters for escaping tagsSource
Wrapper <pre><code> with highlight.js (internal)
<form> <!-- block with margin XY -->
    <header>Heading</header> <!-- row padding Y -->
    <p></p> <!-- row with padding Y -->
    <div></div> <!-- row without padding Y -->
    <input type="hidden"/>
    <fieldset> <!-- row* -->
        <legend>Legend</legend> <!-- float -->
        <label for="%"><span></span></label> <!-- cell* -->
        <input id="%"/> <!-- cell* -->
    </fieldset>
</form>
Inserted with special characters for escaping tagsSource
Wrapper <xmp>
Example <xmp>
<form> <!-- block with margin XY --> <header>Heading</header> <!-- row padding Y --> <p></p> <!-- row with padding Y --> <div></div> <!-- row without padding Y --> <input type="hidden"/> <fieldset> <!-- row* --> <legend>Legend</legend> <!-- float --> <label for="%"><span></span></label> <!-- cell* --> <input id="%"/> <!-- cell* --> </fieldset> </form>
Inserted without escaping tagsSource
Example <xmp>.xmp (inline)
<form> <!-- block with margin XY --> <header>Heading</header> <!-- row padding Y --> <p></p> <!-- row with padding Y --> <div></div> <!-- row without padding Y --> <input type="hidden"/> <fieldset> <!-- row* --> <legend>Legend</legend> <!-- float --> <label for="%"><span></span></label> <!-- cell* --> <input id="%"/> <!-- cell* --> </fieldset> </form>
Inserted without escaping tagsSource
Wrapper [<block>].code
Example [<p>].code

<form> <!-- block with margin XY --> <header>Heading</header> <!-- row padding Y --> <p></p> <!-- row with padding Y --> <div></div> <!-- row without padding Y --> <input type="hidden"/> <fieldset> <!-- row* --> <legend>Legend</legend> <!-- float --> <label for="%"><span></span></label> <!-- cell* --> <input id="%"/> <!-- cell* --> </fieldset> </form>

Inserted with special characters for escaping tagsSource
[inline].code
Example inline el with class .code: span class="code" and i class="code" and strong class="code"
Wrapper <code>
<form> <!-- block with margin XY --> <header>Heading</header> <!-- row padding Y --> <p></p> <!-- row with padding Y --> <div></div> <!-- row without padding Y --> <input type="hidden"/> <fieldset> <!-- row* --> <legend>Legend</legend> <!-- float --> <label for="%"><span></span></label> <!-- cell* --> <input id="%"/> <!-- cell* --> </fieldset> </form>
Inserted with special characters for escaping tagsSource