Difference between revisions of "Tips to format your post"

From Bee Wiki (HIVE)
Jump to: navigation, search
(Redirect)
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
#REDIRECT [[Tips for formatting your post]]
 +
 
It is highly recommended that you properly format your post before submitting it. The following is a brief summary of some of the most common formatting commands.  
 
It is highly recommended that you properly format your post before submitting it. The following is a brief summary of some of the most common formatting commands.  
  
These tips derived from tutoring sessions with @razvanelul as well as this [Markdown cheat sheet.][[https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]
+
These tips derived from tutoring sessions with @razvanelul as well as this [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Markdown cheat sheet].
  
 +
<br>
 +
===Headers===
  
To create large text, use an #  
+
To create Headers (large text), use an #  
  
 
The more ##### you use the SMALLER the text will appear.
 
The more ##### you use the SMALLER the text will appear.
  
Make sure to leave a space between the # and the word you want to enhance
+
Make sure to leave a space between the # and the word you want to enlarge
  
 
Largest is # word
 
Largest is # word
  
smallest is ###### word
+
Smallest is ###### word
 
 
 
 
  
 +
<br>
 +
===Bold===
  
 
To make a word appear in '''bold''' font, use ** before and after the word
 
To make a word appear in '''bold''' font, use ** before and after the word
Line 23: Line 27:
 
<nowiki>**word**</nowiki>
 
<nowiki>**word**</nowiki>
  
 +
<br>
 +
===Italics===
  
 +
To make a word appear in ''italics'' use a single * on each side of the word
  
 
+
You do NOT need to leave spaces between the * and the word
To make a word appear in ''italics'' use a single * on each side of the word
 
  
 
<nowiki>*word*</nowiki>
 
<nowiki>*word*</nowiki>
  
 
+
<br>
 +
===Link===
  
 
To link a website to a word or phrase in your post, use [ ] and ( )
 
To link a website to a word or phrase in your post, use [ ] and ( )
Line 38: Line 45:
 
<nowiki>[word or phrase](website.com)</nowiki>
 
<nowiki>[word or phrase](website.com)</nowiki>
  
 
+
<br>
 +
===Picture===
  
 
To include a picture, paste the address of the image into your post.
 
To include a picture, paste the address of the image into your post.
  
 +
<br>
 +
===Video===
  
 
To include a video, paste the link into your post.
 
To include a video, paste the link into your post.
  
 +
<br>
 +
===Center Pictures, Videos, or Text===
  
 +
<nowiki>To center the picture use <center> and </center></nowiki>
  
<nowiki>To center the picture use <center> and </center>
+
<nowiki><center>picture.jpg</center></nowiki>
</nowiki><nowiki>
 
<center>picture.jpg</center></nowiki>
 
  
  
Line 55: Line 66:
 
<nowiki>To center text use  <center> and </center>
 
<nowiki>To center text use  <center> and </center>
 
</nowiki>
 
</nowiki>
 +
 
<nowiki><center> word </center></nowiki>  
 
<nowiki><center> word </center></nowiki>  
 
  
  
 
<nowiki>To center a video use <center> and </center>
 
<nowiki>To center a video use <center> and </center>
 
</nowiki>
 
</nowiki>
 +
 
<nowiki><center> videolink </center></nowiki>
 
<nowiki><center> videolink </center></nowiki>
  
 +
<br>
 +
===Breaks===
  
 
+
To create a small spaces above and below the picture, use <nowiki><br>
To create a small spaces above and below the picture, use <br>
+
</nowiki>
  
 
<nowiki><br>
 
<nowiki><br>
Line 71: Line 85:
 
<br></nowiki>
 
<br></nowiki>
  
 +
<br>
 +
===Captions===
  
  
To make it appear that a picture has a caption, use the  break feature, center feature and the italics feature.
+
To make it appear that a picture has a caption, use the  break feature, center feature and the italics feature. (Special thanks to @razvanelul for this cool idea)
  
 
<nowiki><br>
 
<nowiki><br>
<center>picture.jpg</center>
+
<center>picture.jpg</center></nowiki>
<center>*caption*</center>
+
 
 +
<nowiki><center>*caption*</center>
 
<br>
 
<br>
 +
 
</nowiki>
 
</nowiki>
 +
 +
 +
==Related articles==
 +
 +
* [[Copyright]]
 +
* [[Including images in your posts]]
 +
* [[Markdown Editors]]
 +
 +
 +
----
 +
<br>
 +
{| class="wikitable" style="margin: auto;"
 +
| Help keep this wiki page updated. Register, click in [https://www.steem.center/index.php?title=Tips_to_format_your_post&action=edit edit], add or modify the text and save. <br>If you're already a steemian you can be rewarded with STEEM, see how in [https://steemit.com/introduceyourself/@steemcenterwiki/introduction-rewarding-steem-center-wiki-editors-with-steem-too @steemcenterwiki].
 +
|-
 +
|}
 +
<br>
 +
 +
[[Category:Technology]] [[Category:Markdown]] [[Category:Content]]

Latest revision as of 14:11, 5 June 2018

It is highly recommended that you properly format your post before submitting it. The following is a brief summary of some of the most common formatting commands.

These tips derived from tutoring sessions with @razvanelul as well as this Markdown cheat sheet.


Headers

To create Headers (large text), use an #

The more ##### you use the SMALLER the text will appear.

Make sure to leave a space between the # and the word you want to enlarge

Largest is # word

Smallest is ###### word


Bold

To make a word appear in bold font, use ** before and after the word

You do NOT need to leave spaces between the ** and the word

**word**


Italics

To make a word appear in italics use a single * on each side of the word

You do NOT need to leave spaces between the * and the word

*word*


Link

To link a website to a word or phrase in your post, use [ ] and ( )

The text goes in the [ ] and the link goes in the ( )

[word or phrase](website.com)


Picture

To include a picture, paste the address of the image into your post.


Video

To include a video, paste the link into your post.


Center Pictures, Videos, or Text

To center the picture use <center> and </center>

<center>picture.jpg</center>


To center text use <center> and </center>

<center> word </center>


To center a video use <center> and </center>

<center> videolink </center>


Breaks

To create a small spaces above and below the picture, use <br>

<br> <center>picture.jpg</center> <br>


Captions

To make it appear that a picture has a caption, use the break feature, center feature and the italics feature. (Special thanks to @razvanelul for this cool idea)

<br> <center>picture.jpg</center>

<center>*caption*</center> <br>


Related articles




Help keep this wiki page updated. Register, click in edit, add or modify the text and save.
If you're already a steemian you can be rewarded with STEEM, see how in @steemcenterwiki.