Markdown Format Guide

less than 1 minute read

This is an H2 Heading

Some random bacon ipsum text.

Spicy jalapeno bacon ipsum dolor amet meatball drumstick turducken, frankfurter doner capicola ribeye ham hock pastrami leberkas pork loin corned beef spare ribs brisket jowl. Pork loin strip steak tongue pig swine corned beef. Capicola tongue corned beef short ribs meatloaf. Hamburger chicken brisket sirloin, tri-tip porchetta t-bone turkey jerky salami ball tip meatball corned beef bresaola buffalo. Fatback salami chuck brisket chicken prosciutto corned beef turkey pork chop short ribs beef ribeye andouille ground round tenderloin.

bold text italics text

Really basic stuff.

But wait, there is more.

Inline code x = y + 2

Python code block:

  import numpy as np

  def test(a):
    return np.exp(a)

R code block:

library(tidyverse)
df <- read_csv("file_path")

Add an image here. Test image

Math equations (put mathjax in front matter)

See here for even more ways to beautify your posts.

Updated: