If you want minor editing conducted or there is code that you wish to play within the article like javascript please specify at the start of your content section and it can be uploaded properly.
Markdown Syntax
- Headers: Use
#
for the main heading, ##
for subheadings, and ###
for smaller subheadings.
- Bold text: Enclose text in double asterisks
**
or double underscores __
.
- Italic text: Enclose text in single asterisks
*
or single underscores _
.
- Lists: Use
*
or -
for unordered lists, and numbers followed by a period for ordered lists.
- Links: Use the following format
[Link Text](URL)
.
- Images: Use the following format

.
- Blockquotes: Start the line with
>
.
- Code: Enclose inline code with backticks
`
. For multiline code blocks, enclose them in triple backticks ```
.