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 &aposHTML Preview&apos button.
—
markdown quick reference
headers
emphasis
strong
* list
block quote
code (4 spaces indent)
links
—
changelog
* 17-Feb-2013 re-design
thanks
* markdown-js
df.world_ports %>% filter(year == 2014, rank % ggplot(aes(x = reorder(port, volume), y = volume)) + geom_bar(stat = “identity”, fill = “dark red”) + geom_text(aes(label = volume), hjust = 1.1, color = “#FFFFFF”) + scale_y_continuous(labels = scales::comma_format()) + coord_flip() + labs(title = “Shanghai, Singapore had much higher volumenthan other high-volume ports in 2014”) + labs(x = “Port”, y = “Shipping Volumen(1000 TEUs)”) + theme.porttheme
An exhibit of Markdown
This note demonstrates some of what [Markdown][1] is capable of doing.
Note: Feel free to play with this page. Unlike regular notes, this doesn&apost automatically save itself.
Basic formatting
Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else.
Paragraphs must be separated by a blank line. Basic formatting of italics and bold is supported. This can be nested like so.
Lists
Ordered list
* Item 1
* A second item
* Number 3
* Ⅳ
Note: the fourth item uses the Unicode character for [Roman numeral four][2].
Unordered list
* An item
* Another item
* Yet another item
* And there&aposs more…
Paragraph modifiers
Code block
Code blocks are very useful for developers and other people who look at code or other things that are written in plain text. As you can see, it uses a fixed-width font.
You can also make inline code to add code into other things.
Quote
Here is a quote. What this is should be self explanatory. Quotes are automatically indented when they are used.
Headings
There are six levels of headings. They correspond with the six levels of HTML headings. You&aposve probably noticed them already in the page. Each level down uses one more hash character.
Headings can also contain formatting https://goo.gl/gaZ5ja #BigData #Analytics
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)