Difference between revisions of "User:Freyman"

From Steem Center
Jump to: navigation, search
(Enlaces)
(Enlaces)
Line 40: Line 40:
 
* <nowiki>[verba ou frase](website.com)</nowiki>
 
* <nowiki>[verba ou frase](website.com)</nowiki>
  
Se non estás a usar un editor markdown, tamén podes edita un enlace de este xeito:
+
Se non estás a usar un editor markdown, tamén podes editar un enlace de este xeito:
  
 
*  <nowiki><a href="https://website.com">nome do Sitio web</a></nowiki>
 
*  <nowiki><a href="https://website.com">nome do Sitio web</a></nowiki>

Revision as of 15:21, 10 June 2017

¿Como formatear texto en Steemit?

Resulta unha práctica altamente recomendable formatear correctamente o "post" antes de envialo. Para crear o seu contido no Steemit pode usar o "Editor" ou pode usar o modo "Markdown". O que sigue é un breve resumo de algúnha das ordes de formateo mais comúns dispoñibles no "Steemit"


Texto Enorme (Cabezallo)

Para crear textos ou titulares con letra enorme, use unha #, ou ben empregue o <h1> tag
Cantas mais ##### empregues mais PEQUENO apareceá o texto.
Asegurate de deixar un espazo entre o # e a verba que queres aumentar.

  • A letra mais grande é # verba, ou <h1> verba </h1>
  • A letra menor é ###### verba, ou <h6> verba </h6>

Letra Grosa

Para facer que unha letra apareza en co estilo de font letra grosa , use ** antes e despois da verba.
NON compre deixar espazos entre os ** e a verba.
Tamén podes usar a etiqueta <b>.

  • verba : **word**
  • verba : <br> word </br>

Italicas

Para facer que unha verba apareza en italicas use un * simple en cada lado da verba.
NON necesitas deixar espazos entre o * e a verba.
Tamén podes usar a eqtiqueta <em>.

  • verba : *verba*
  • verba : <em>verba</em>

Enlaces

Para enlazar un website con unha verba ou frase no teu post, use [ ] e ( ).
O texto vai entre os [ ] e o enderezo do enlace vai entre as ( )

  • [verba ou frase](website.com)

Se non estás a usar un editor markdown, tamén podes editar un enlace de este xeito:

  • <a href="https://website.com">nome do Sitio web</a>

Picture

To include a picture, paste the address of the image into your post.
See more on the article Including images in your posts.

Video & Media

The most basic way to include a video is to paste the link into your post. Another way is to include an embedded HTML (iframe). Only YouTube, Vimeo, and SoundCloud (embed only) are supported.

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 small spaces above and below the picture, use <br>

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

To create a new line without new paragraph you need to put at least 2 spaces at the end of each line.

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>


Links:

Related articles:

References:




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.