Complete guide for creating, editing, and publishing blog posts
Complete the required fields (title, slug, content) and optional fields (excerpt, category, tags, featured image).
Main heading of your post. Keep it concise and descriptive.
Example: βGetting Started with React HooksβURL-friendly version of title. Use lowercase and hyphens.
Example: getting-started-with-react-hooksMain body of your post. Supports Markdown formatting.
Use Markdown to format your content with ease.
# H1, ## H2, ### H3
**bold text** *italic text* ***bold and italic*** ~~Strikethrough~~
[Link text](https://example.com)
- Item 1 - Item 2
> Quote text
Add inline code or code blocks to your posts.
Use `code` for inline
Specify language for syntax highlighting
```javascript
function hello() {
console.log("Hello");
}
```javascripttypescriptpythonjavacppcsharpgorustphprubybashsqlhtmlcssjsonmarkdown
The formula $E = mc^2$ shows energy-mass equivalence.
$$
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$