mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
feat: add document templates library with 10 templates
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Blog Post Title
|
||||
date: {{DATE}}
|
||||
author: Your Name
|
||||
tags: []
|
||||
---
|
||||
|
||||
# Blog Post Title
|
||||
|
||||
## Introduction
|
||||
|
||||
Write your introduction here.
|
||||
|
||||
## Main Content
|
||||
|
||||
Your main content goes here.
|
||||
|
||||
## Conclusion
|
||||
|
||||
Wrap up your thoughts.
|
||||
Reference in New Issue
Block a user