---
toc: true
layout: post
description: A minimal example of using markdown with fastpages.
categories: [markdown]
title: An Example Markdown Post
---
# Example Markdown Post
---
aliases:
- /markdown/2020/01/14/test-markdown-post
categories:
- markdown
date: '2020-01-14'
description: A minimal example of using markdown with fastpages.
layout: post
title: An Example Markdown Post
toc: true
---
# Example Markdown Post
## Basic setup
Jekyll requires blog post files to b
#hide_res = fp_md_fm('../../tests/2022-09-06-homeschooling.md')test_eq(_res,"""---aliases:- /2022/09/06/homeschoolingauthor: Rachel Thomascategories:- advice- healthdate: '2022-09-06'description: You can permanently damage your back, neck, and wrists from working without an ergonomic setup. Learn how to create one for less at home.image: /images/ergonomic1-short.jpgsummary: You can permanently damage your back, neck, and wrists from working without an ergonomic setup. Learn how to create one for less at home.tags: advice healthtitle: 'Essential Work-From-Home Advice: Cheap and Easy Ergonomic Setups'---Lorem ipsum""")
_callouts="""## Boxes / Callouts> Warning: There will be no second warning!Other text> Important: Pay attention! It's important.> Tip: This is my tip.> Note: Take note of `this.`"""
转换为
## Boxes / Callouts
:::{.callout-warning}
There will be no second warning!
:::
Other text
:::{.callout-important}
Pay attention! It's important.
:::