How to Setup Markdown for WordPress
Problem
A consistent workflow for writing blogs in wordpress.
Solution
Use vscode use md format
Results
- Learned a new language
- Work is streamlined
- VSCode skills
Steps
- Open VSCode
- Install Markdown All in One
- Install Markdown Lint
- Create a folder for your project
- Open that folder in VSCode
- Create Markdown file
- Open Preview (ctrl+shift+v)
- Type some content.
How to get it on the wordpress
- Create a new blog post
- Copy the markdown you have typed.
- Paste into the blog

Leave a comment