User:Freyman

From Bee Wiki (HIVE)
Revision as of 19:18, 10 June 2017 by Freyman (talk | contribs) (como formatear un texto dous primeiros parrafos, sobreescribindo a versión inglesa.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

¿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

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)

If you are not using the markdown editor, you can also create a link this way

  • <a href="https://website.com">name of website</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.