Hi STEEM, I joined a few days ago and been watching and voting. Thought I'd introduce myself and give some advice on Markdown Syntax AKA HOW to do FANCY stuff in your posts!
Hey STEEMIT-
It's g4l!!!
I've been watching the community and seeing how rapidly excitement is growing and how trending posts have been shifting gradually to those of quality. The evolution within a week's time is extraordinary.
Anyway, STEEM seems promising... [regurgitate what everyone else has already said]! : )))
Now, I just wanted to give you some tricks to do some fancy formatting to add to your posts, plus it's fun for me. Here we go!
Paragraphs
- Bold
Syntax :
Use **bold** to bold a word **or a string**.
Another way is to use __bold__ to bold a word __or a string__.
Prints:
Bold to bold a word or a string.
Another way to bold a word or a string.
- Italics
This is how you ***italicize*** a word.
This is another way to __italicize__ a word.
Prints:
This is how you italicize a word.
This is another way to italicize a word.
- Bold & Italics
Syntax:
I need this to be ***BOLD & ITALICS***.
I also need this to be ___BOLD & ITALICS___.
Prints:
I need this to be BOLD & ITALICS.
I also need this to be in BOLD & ITALICS.
Superscript
Syntax:
Super<sup>script</sup>
Prints:
Superscript
Or nest them:
Superscriptscriptscript
Strikethrough
Syntax:
<strike>Strike this out.</strike>
Prints:
Strike this out.
Headers
Need some different sized headers? Markdown supports 6 headers:
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
Syntax:
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
Tables
Syntax:
First Header | Second Header | Third Header
------------ | ------------- | -------------
Steem | is | Cool
So | Are | Tables
Prints:
First Header | Second Header | Third Header |
---|---|---|
Steem | is | Cool |
So | Are | Tables |
Lists
Syntax:
+ Please
- Use
* Lists
Prints:
- Please
- Use
- Lists
You can also make an ordered list:
<ol>
<li>Please</li>
<li>Use</li>
<li>Lists</li>
</ol>
Prints
- Please
- Use
- Lists
Or an un-ordered list:
<ul>
<li>Please</li>
<li>Use</li>
<li>Lists</li>
</ul>
Prints
- Please
- Use
- Lists
Links
This should be pretty easy, but why not add it:
Syntax:
[Steemit](https://steemit.com/)
Prints:
Block Quotes
Edit: Failed : (
I'll find the correct syntax.
Using the backslash-escape
2016. What a time to be alive.
Will print:
- What a time to be alive.
Use the \
key in order to preserve formatting as so:
2016\. What a time to be alive.
Prints:
2016. What a time to be alive.
Adding a blank paragraph/line using
Syntax:
Here is my first paragraph.
Here is my second paragraph.
Prints:
Here is my first paragraph.
Here is my second paragraph.
Horizontal Line
Syntax:
***
Prints:
Hope this post helps you to do some cool stuff!
Feel free to go ahead and add additional tricks or tips in the comments or feel free to try some stuff out!
All the best!
-g4l
vote me this then i will upvote you back together with my 2 accounts.https://steemit.com/steem/@bogartgaming/crypto-coins-enterprise-denmark-aps-and-steemit-start-crowdfunding-for-startups-projects-corner-international-business-times-uk
Sorry guys, under the adding blank paragraph/line use ampersand
nbsp
colon... so... & nbsp ; combined into one phrase.Editor is being buggy : /
OMG thank you soooooo much i'm a total moron when it comes to syntax & coding. I've been reading but not understanding 90% of what I'm reading in the "how to" and "noobs" sections. Now I'm going to try and bookmark this page because I don't know how I will reference it again lol but I will take a screen shot of your name and maybe I can find it through you in another one of your posts. Dee Dee Dee ignorance is not bliss!
thanx again and Blessed BE!