Including a TOC

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ultrices sagittis orci a scelerisque purus semper eget. Ut morbi tincidunt augue interdum velit.

Lists not numbered with dash

  • asdf
  • qwer
  • zxcv
    • and nested!

Several heading levels

This is a h1 tag

This is a h2 tag

This is a h3 tag

This text will be italic

This text will be bold

You can combine them

Duis ut diam quam nulla porttitor massa. Mattis molestie a iaculis at erat pellentesque adipiscing commodo elit. Tincidunt ornare massa eget egestas purus viverra accumsan. Diam vel quam elementum pulvinar. Diam vel quam elementum pulvinar. Mauris pellentesque pulvinar pellentesque habitant. Est ultricies integer quis auctor elit. Sem nulla pharetra diam sit amet nisl suscipit.

Lists with star

  • asdf
  • qwer
  • zxcv
  1. Item 1
  2. Item 2
  3. Item 3

Additional Items:

  1. Item 1

  2. Item 2

  3. Item 3

  4. Item 4 ….

  5. Item 1

  6. Read 2

  7. Do first step 3

Size Material Color
9 leather brown
10 hemp canvas natural
11 glass transparent

Lorium ipsum this is some great text $\frac{\beta}{\gamma}$ with some more text. Then we add some display text. Some more stuff to talk about. is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

this is some text

Lorium ipsum this is some great text $\frac{\beta}{\gamma}$ with some more text. Then we add some display text. Some more stuff to talk about. is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an end of sentence.

Option Description
data path to data files to supply the data that will be passed into templates.
engine engine to be used for processing templates. Handlebars is the default.
ext extension to be used for dest files.

This unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

$$ \left(\frac{\partial P}{\partial V}\right) = -U $$

$$ \frac{1}{\displaystyle 1+ \frac{1}{\displaystyle 2+ \frac{1}{\displaystyle 3+x}}} + \frac{1}{1+\frac{1}{2+\frac{1}{3+x}}} $$

Yes that was supposed to a great text google.com. With some more text included. Lorium ipsum this is some great text $\frac{\beta}{\gamma}$ with some more text. Then we add some display text. Some more stuff to talk about. is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Stranger Things Image

a quote from the group that I would like to state

1
2
3
4
5
def foo(bar):
    a = 1 + 3
    print(bar)
    print("asdf")
    pass

You can also include a filename in the source

1
2
3
4
5
function fancyAlert(arg) {
  if (arg) {
    $.facebox({ div: '#foo' })
  }
}

Lorium ipsum this is some great text $(\frac{\beta}{\gamma + \omega})$ with some more text. Then we add some display text. Some more stuff to talk about. is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Some code inline =hello world code= checkit!

1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char *argv[]) {
    int a = 1;
    a += 1;
    return 0;
}

Highlight certain lines

1
2
3
4
5
var num1, num2, sum
num1 = prompt('Enter first number')
num2 = prompt('Enter second number')
sum = parseInt(num1) + parseInt(num2) // "+" means "add"
alert('Sum = ' + sum) // "+" means combine into a string

I’ve spent nearly 10 years coaching Facebook and Instagram and Twitter — on what kinds of news and photos I don’t want to see, and they all behaved accordingly. Each time I liked an article, or clicked on a link, or hid another, the algorithms that curate my streams took notice and showed me only what they thought I wanted to see. That meant I didn’t realize that most of my family members, who live in rural Virginia, were voicing their support for Trump online, and I didn’t see any of the pro-Trump memes that were in heavy circulation before the election. I never saw a Trump hat or a sign or a shirt in my feeds, and the only Election Day selfies I saw were of people declaring their support for Hillary Clinton.

Later some more text to show

You can also add refereneces/footnotes

Here is a simple footnote1. With some additional text after it.

Task Lists

  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Any word wrapped with two tildes (like ~~this~~) will appear crossed out.

Bibliography and Citations

Standard citation [@Nash1950] In-text citations e.g. @Nash1951 Multiple citations [see @Nash1950; @Nash1951, page 50]

References

[^ref]

Adding horizontile breaks


asdf

sequenceDiagram Alice->>Bob: Hello Bob, how are you ? Bob->>Alice: Fine, thank you. And you? create participant Carl Alice->>Carl: Hi Carl! create actor D as Donald Carl->>D: Hi! Alice->>Bob: We are too many destroy Carl destroy Bob

A Ghant Chart

gantt dateFormat YYYY-MM-DD title Adding GANTT diagram functionality to mermaid excludes weekends %% (`excludes` accepts specific dates in YYYY-MM-DD format, days of the week ("sunday") or "weekends", but not the word "weekdays".) section A section Completed task :done, des1, 2014-01-06,2014-01-08 Active task :active, des2, 2014-01-09, 3d Future task : des3, after des2, 5d Future task2 : des4, after des3, 5d section Critical tasks Completed task in the critical line :crit, done, 2014-01-06,24h Implement parser and jison :crit, done, after des1, 2d Create tests for parser :crit, active, 3d Future task in critical line :crit, 5d Create tests for renderer :2d Add to mermaid :1d Functionality added :milestone, 2014-01-25, 0d section Documentation Describe gantt syntax :active, a1, after des1, 3d Add gantt diagram to demo page :after a1 , 20h Add another diagram to demo page :doc1, after a1 , 48h section Last section Describe gantt syntax :after doc1, 3d Add gantt diagram to demo page :20h Add another diagram to demo page :48h

  1. My reference. ↩︎