Files
OnJava8/docs/_style/prism-master/examples/prism-properties.html
2019-03-30 20:31:44 +08:00

9 lines
221 B
HTML

<h2>Comments</h2>
<pre><code># This is a comment
! This is a comment too</code></pre>
<h2>Properties</h2>
<pre><code>some_key some_value
some\ key\ with\ spaces : some value
some_key = some \
multiline value</code></pre>