CS-Notes/docs/_style/prism-master/examples/prism-ini.html

10 lines
204 B
HTML
Raw Normal View History

2018-12-19 14:09:39 +08:00
<h2>Comments</h2>
<pre><code>; This is a comment</code></pre>
<h2>Section title</h2>
<pre><code>[owner]
[database]</code></pre>
<h2>Properties</h2>
<pre><code>name=prism
file="somefile.txt"</code></pre>