Contents

My Markdown

sdff asdffdf

Useful

asdfsdfsfds 99/100

  • heading… #
  • divier… ***
  • strong… wrap with **
  • italics… wrap with *
  • strikethrough… wrap with ~~
  • blockquotes… >
  • list… *, -, +
  • numbered list… 1. 2. …
  • task list… ,
  • inline code… wrap with `
  • block fenced code… wrap with ```
  • tables
    OptionDescription
    datapath to data files to supply the data that will be passed into templates.
    engineengine to be used for processing templates. Handlebars is the default.
    extextension to be used for dest files.

picture

1
{{< figure src="featured-image.png" title="Lighthouse (figure)" >}}

Lighthouse (figure)

gist

1
{{< gist spf13 7896402 >}}

highlight

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{{< highlight html >}}
<section id="main">
  <div>
   <h1 id="title">{{ .Title }}</h1>
    {{ range .Pages }}
        {{ .Render "summary"}}
    {{ end }}
  </div>
</section>
{{< /highlight >}}
1
2
3
4
5
6
7
8
<section id="main">
  <div>
   <h1 id="title">{{ .Title }}</h1>
    {{ range .Pages }}
        {{ .Render "summary"}}
    {{ end }}
  </div>
</section>

1
2
3
4
let
  source = DateTimeZone.FixedUtcNow()
in
  source
1
import pandas as pd
json mysql postgres pq sql tsql

twitter

1
{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}

youtube

1
{{< youtube w7Ft2ymGmfc >}}

1
2
3
4
5
* {{< link "https://assemble.io" >}}
* {{< link "mailto:contact@revolunet.com" >}}
* {{< link "https://assemble.io" Assemble >}}
* {{< link href="https://assemble.io" content=Assemble >}}
* [mylink](https://github.com/nuvocs "visit my github")

admonition

1
2
3
4
5
6
7
{{< admonition type=note title='Note' open=true >}}
a **Note** banner
{{< /admonition >}}

{{< admonition type=abstract title='Abstract' open=true >}}
a **Abstract** banner
{{< /admonition >}}
'Note'
a Note banner
'Abstract'
a Abstract banner
  • Note
  • Abstract
  • Info
  • Tip
  • Success
  • Question
  • Warning
  • FAilure
  • Danger
  • Bug
  • Example
  • Quote

person

1
{{< person url="https://evgenykuznetsov.org" name="Evgeny Kuznetsov" nick="nekr0z" text="author of this shortcode" picture="https://evgenykuznetsov.org/img/avatar.jpg" >}}
Tatsuya