Sha256: 35a28b5290910732a4564f461a79ba0c6cc2c940047c2b5b6633bbdca3e6afe9
Contents?: true
Size: 880 Bytes
Versions: 1
Compression:
Stored size: 880 Bytes
Contents
--- layout: default permalink: /test.html title: Test --- # This is a test This is a test ============== __________________________________ **kramdown comment** {::comment} hello world {:/comment} **liquid comment** {% comment %} hell world {% endcomment %} **html comment** <!-- hello world --> **markdown comments** [//]: # (comment) [//]: # "comment" __________________________________ [Google](https://www.google.com/){: target="_blank"} <a href="https://www.google.com/" target="_blank">Google</a> __________________________________ ``` # code ``` `code` # syntax highlighting ## markdown method ```ruby print "Hello World" ``` ```python print "hello" ``` ## kramdown method ~~~ruby puts "hello world" ~~~ ## liquid method {% highlight ruby %} puts "ruby" {% endhighlight %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rpsg-0.3.1 | docs/_pages/test.txt |