blob: 5e3e192cdee84afc223c6be1abb13c4d48f45392 [file] [log] [blame]
normal
```ruby
require 'kramdown'
Kramdown::Document.new(text).to_html
```
indent with tab
```ruby
require 'kramdown'
Kramdown::Document.new(text).to_html
```
indent with 2 spaces
```js
console.log("hello");
```