Pencil | Static documentation website generator

In the src folder start by creating a file called index.md. This file will be the root HTML file that will be created as index.html. You can start writing your content directly in this file.

Given below are a few tips that you can follow to get the most of the styling of Pencil

Headings must be used correctly, as they divide your page in different sections, and also make the site more accessible to people using screen readers.

Callouts can be used to point some important information that the reader should know. There are 4 types of callouts that come with the plugin.

<callout type="(TYPE)">
  This is a callout
</callout>
<!-- (TYPE) can be either info(default), success,
warning, error -->

This is a success callout

YouTube video can be embedded using the YouTube video ID found in the URL.

<youtube>
(VideoID)
</youtube>