Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 8 years ago

Language

Compiler

Options

Author

anonymous

over 8 years ago

bustache/ast.hpp
bustache/debug.hpp
bustache/format.hpp
bustache/generate.hpp
bustache/model.hpp
bustache/detail/any_context.hpp
bustache/detail/variant.hpp
bustache/generate/ostream.hpp
bustache/generate/string.hpp
format.cpp
generate.cpp

$
-----------------------
<h1>Colors</h1>

    <li><strong>red</strong></li>
    <li><a href="#Green">green</a></li>
    <li><a href="#Blue">blue</a></li>



(1)(2)(3)

1->2->3
4->5->6
7->8->9

1 == 1

<div class="comments">
    <h3>Colors</h3>
    <ul>
        <li class="comment">
            <h5>Joe</h5>
            <p>&lt;html&gt; should be escaped</p>
        </li>
        <!--10-->
        <li class="comment">
            <h5>Sam</h5>
            <p>{{mustache}} can be seen</p>
        </li>
        <!--11-->
        <li class="comment">
            <h5>New</h5>
            <p>break
up</p>
        </li>
        <!--12-->
    </ul>
</div>
-----------------------
Exit Code:
0