Test diacritice și alte treburi cu ăîșțâ
July 16, 2015, 10:19 a.m. TestCat Test Tag 2
hello, This is Markdown Live Preview
what is Markdown?
see Wikipedia
Markdown is a lightweight markup language, originally created by John Gruber and Aaron Swartz allowing people "to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML)".
usage
- Write markdown text in this textarea.
- Click 'HTML Preview' button.
markdown quick reference
headers
emphasis
strong
- list
block quote
code (4 spaces indent)
changelog
- 17-Feb-2013 re-design
thanks
Test pentru fenced-code-block
Syntax:
```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html