instiki.yml
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· YML 代码 · 共 40 行
YML
40 行
--- # Bugs filed at http://www.instiki.org/show/BugReportsin: |- _Hi, <span class="newWikiWord">Joe Bob<a href="../show/JoeBob">?</a></span>, this should all be in italic!_out: |- <p><em>Hi, <span class="newWikiWord">Joe Bob<a href="../show/JoeBob">?</a></span>, this should all be in italic!</em></p>---in: '*this <span>span</span> is strong*'out: '<p><strong>this <span>span</span> is strong</strong></p>'---in: '*this <span>Camel Thing<a href="../show/CamelThing">?</a></span> is strong*'out: '<p><strong>this <span>Camel Thing<a href="../show/CamelThing">?</a></span> is strong</strong></p>'---in: '_this <span>span</span> is italic_'out: '<p><em>this <span>span</span> is italic</em></p>'---in: '%{color:red}nested span because of <span><span class="newWikiWord">Camel Word<a href="../show/CamelWord">?</a></span></span>%'out: '<p><span style="color:red;">nested span because of <span><span class="newWikiWord">Camel Word<a href="../show/CamelWord">?</a></span></span></span></p>'---in: |- h2. Version History * "Version 0.0":http://www.threewordslong.com/render-0-8-9b.patch - Early version using MD5 hashes. * "Version 0.1":http://www.threewordslong.com/chunk-0-1.patch.gz - First cut of new system. Much cleaner. * "Version 0.2":http://www.threewordslong.com/chunk-0-2.patch.gz - Fixed problem with "authors" page and some tests.out: |- <h2>Version History</h2> <ul> <li><a href="http://www.threewordslong.com/render-0-8-9b.patch">Version 0.0</a> – Early version using <span class="caps">MD5</span> hashes.</li> <li><a href="http://www.threewordslong.com/chunk-0-1.patch.gz">Version 0.1</a> – First cut of new system. Much cleaner.</li> <li><a href="http://www.threewordslong.com/chunk-0-2.patch.gz">Version 0.2</a> – Fixed problem with “authors” page and some tests.</li> </ul>---in: "--richSeymour --whyTheLuckyStiff"out: "<p>—richSeymour—whyTheLuckyStiff</p>"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?