avatar

Hello World

A minimalist markdownifier for Jekyll and GitHub Pages, designed to work seamlessly with the VSCode markdown preview.

Italic Text

This is an example of italic text within a paragraph.

Blockquote

This is a blockquote.

Bold Text

Important note: This text will have highlight styling.

Codeblock

function hello() {
  console.log("Hello, world!");
}
def hello():
  print("Hello, world!")

Table

Col 1 Col 2
Cell 1 Cell 2
Cell 3 Cell 4

Ordered List

  1. first
  2. second
  3. third

Unordered List

Task List