Markdown Styling Guide

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@chasif·
0.000 HBD
Markdown Styling Guide
![werrr.PNG](https://steemitimages.com/DQmdjFXKxqsDR1cX6go9gg3wHo3mzQixWPBa43Vxij29Ho1/werrr.PNG)
Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.

You can use Markdown most places around GitHub:

Gists
Comments in Issues and Pull Requests
Files with the .md or .markdown extension
👍