How to Create a Markdown Post for Skatehive Magazine
Step-by-Step Guide
Creating a Markdown post for the Skatehive Magazine is simple and straightforward. Follow these steps to get your post up and running:
1. Sign Up or Log In
- Visit the Skatehive website.
- Sign up for an account if you don’t have one yet or log in to your existing account.
2. Navigate to the Mag Section
- Once logged in, go to the 'Mag' section where you can create and submit your post.
3. Start a New Post
- Click on the “New Post” button to start writing your article.
4. Write Your Post Using Markdown
Markdown is a lightweight markup language with plain text formatting syntax. Here are some tips and basic syntax to help you create your post:
Headers
Use #
for headers. The number of #
corresponds to the header level.
# H1
## H2
### H3
#### H4
##### H5
###### H6
Emphasis
For bold text, use **
or __
. For italic text, use *
or _
.
**bold**
__bold__
*italic*
_italic_
Lists
For unordered lists, use *
, +
, or -
. For ordered lists, use numbers followed by a period.
- Item 1
- Item 2
- Subitem 1
- Subitem 2
1. First item
2. Second item
1. Subitem 1
2. Subitem 2
Links
Create links using [link text](URL)
.
[Skatehive](https://skatehive.app)
Images
![Image](https://ipfs.skatehive.app/ipfs/QmUvhTeLbFukk8qXM3UfZsBLZ4u83Li3nqBxEZfZbj2mug)
Include images using ` ![alt text](URL)`.
Code Blocks
For inline code, use backticks `
. For code blocks, use triple backticks ```
.
`inline code`
code block
Blockquotes
For blockquotes, use >
.
> This is a blockquote.
5. Preview Your Post
- Use the preview function to see how your post will look once published. Make any necessary adjustments.
6. Submit Your Post
- Once you’re happy with your post, submit it for review. The Skatehive editorial team will review your post and, if approved, it will be published as a page in our digital magazine.
Tips for a Great Markdown Post
- Keep it Clean: Use proper Markdown syntax to ensure your post is easy to read and visually appealing.
- Use Images: Including images can make your post more engaging.
- Check Links: Make sure all links are working correctly.
- Proofread: Review your post for spelling and grammatical errors before submitting.
How Your Post Becomes Part of the Digital Magazine
After you submit your post, here's what happens:
- Review: The Skatehive editorial team reviews your submission to ensure it meets our guidelines and standards.
- Approval: If your post is approved, it is published in the 'Mag' section and becomes a part of our digital magazine.
- Sharing: Your post is then shared with the Skatehive community, allowing other users to read, comment, and share your content.
By following these steps and tips, you can easily create compelling content for the Skatehive Magazine and share your passion for skateboarding with the world. Happy writing!
Congratulations @skatedev! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)
Your next target is to reach 200 upvotes.
You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word
STOP