Reading content between markers
---
title: My first blog post
tags:
- blog
- first
- thing
---
# Welcome to my blog
Lots of interesting content.sed -n '/^---$/,/^---$/p' blog-post.mdsed -n '/^---$/,/^---$/ { /^---$/d; p; }' blog-post.mdsed -n '/^---$/,/^---$/ { /^---$/d; p; }' blog-post.md | yq eval '.title' -Side note
Last updated