Posts Markdown Example
Post
Cancel

Markdown Example

Typograpy

H1

H2

H3

H4

H5

Tables

CompanyContactCountry
Alfreds FutterkisteMaria AndersGermany
Island TradingHelen BennettUK
Magazzini Alimentari RiunitiGiovanni RovelliItaly

Code Snippet

Code hightlight

This is a sample to code hightlight.

liquid raw

{% highlight html %}
<p>This is some text in a paragraph.</p>
{% endhighlight %}

XML

1
2
3
4
5
6
7
8
9
10
<navMap>
  <navPoint playOrder="1" id="toc-1">
    <navLabel>
      <text>Vol_26</text>
        <text>No.375 比达、杜拉格斯出发</text>
      </navLabel>
      <content src="Text/part0007.xhtml" />
    </navPoint>
  </navPoint>
</navMap>

HTML

{% highlight html linenos %}
<p>{% if site.data.showAuthor %}Author:{{ site.data.author }}{% endif %}</p>
<p>This is some text in a paragraph.</p>
{% endhighlight %}

html-linenos

  • No-Scrolling
1
2
3
4
5
6
7
8
9
10
<div class="panel-group">
  <div class="panel panel-default">
    <div class="panel-heading" id="{{ category_name }}">
      <i class="far fa-folder"></i>&nbsp;
      </a>
    </div>
  </div>
</div>
  {% endif %}
{% endfor %}
  • Scrolling Horizontal
1
2
3
4
5
6
7
8
9
10
11
<div class="panel-group">
  <div class="panel panel-default">
    <div class="panel-heading" id="{{ category_name }}">
      <i class="far fa-folder"></i>
      <p>This is a very long long long long long long long long long long long long long long long long long long long long long line.</p>
      </a>
    </div>
  </div>
</div>
  {% endif %}
{% endfor %}

MarkDown-html

{% highlight html linenos %}
{% raw %}
<p>{% if site.data.showAuthor %}Author:{{ site.data.author }}{% endif %}</p>
<p>This is some text in a paragraph.</p>
{% endraw %}
{% endhighlight %}

Bash

1
2
3
4
5
6
7
8
9
10
server {

  listen   443 ssl;

  ssl on;
  server_name blog.cotes.in;

  ssl_certificate /etc/letsencrypt/live/blog.cotes.in/fullchain.pem;
  ssl_certificate_key /etc/letsencrypt/live/blog.cotes.in/privkey.pem;
}

Image Sample

Desktop View

Footnote Sample

Some long sentence. 1

  1. Test, Link

OLDER POSTS NEWER POSTS

Comments powered by Disqus.

Contents

Search Results