Theme Demo


Please refer to the markdown (.md) file for this guide to learn how to return specific HTML elements in markdown.

h1: Hello, world!

h2: Hello, world!

h3: Hello, world!

h4: Hello, world!

h5: Hello, world!
h6: Hello, world!

This is a paragraph lorem ipsum Bold text. dolor sit amet consectetur Italic text. adipisicing link elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit

This is bold text

This is italic text

Deleted text

this is a link

Alternative text

This is figure caption

This is a quote block, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim


Lists

  • Unordered
  • Lists
  • Bullets
  1. Ordered
  2. Lists
  3. Numers
  • This is a nested list

    • Hello
      • wow
    • world!
  • An ordered nested list

    1. first option
      1. first of the first
    2. second option

Semantic elements

This is an abbreviation element CDN. While this is a keyboard shortcut Ctrl + Alt. However, here is a super text [1] element.

Code

This is an inline code

    .article__code{
        font-family:Menlo, Monaco, Courier; 
        background-color:#EEE; font-size:14px; 
        padding: 4px; 
        font-weight: 600;
    }
var foo = function (bar) {
  return bar++;
};

console.log(foo(5));

Simple markdown tabels

title title title
cell 1 cell 2 cell 3
cell 1 cell 2 cell 3
cell 1 cell 2 cell 3
Table 1.1: shows income spending for minimist
title title title
cell 1 cell 1 cell 1
cell 1 cell 1 cell 1
cell 1 cell 1 cell 1
footer cell footer cell footer cell