Rady pro psaní

  • This site uses Texy! to format and alter entered content. Texy! provides an intuitive and easy to read syntax which is automatically filtered into XHTML upon content submission.

    Paragraphs and line breaks
    Just add two line breaks to create a paragraph. Put a space at the start of a new line to preserve a line break.
    Emphasized
    *Emphasized*
    Emphasized
    Strong
    **Strong**
    Strong
    Hyperlink
    "Hyperlink":http://drupal.org
    Hyperlink
    Block quoted
    > Block quoted

    Block quoted

    Quoted inline
    >>Quoted inline<<
    Quoted inline
    Acronym
    "SLA"((Some Lengthy Acronym))
    SLA
    Source code
    /---code html
    <em>Texy!</em>
    \---code
    <em>Texy!</em>
    Unordered list
    - First item
    - Second item
    • First item
    • Second item
    Ordered list
    1) First item
    2) Second item
    1. First item
    2. Second item
    Subscripted
    Sub_scripted
    Subscripted
    Superscripted
    Super^scripted
    Superscripted

    More information can be found at the official Texy! page.

  • If you include a textual smiley in your post (see chart below), it will be replaced by a graphical smiley.
    Smajlíci
    SmajlíkZkratky
    >:-P&gt;:-P &gt;:P &gt;:-p &gt;:p
    >:-(&gt;:-( &gt;:(
    :-]:-] :] :-`
    :-?:-? :?
    B-)B-) B) 8-) 8)
    :-[:-[ :[
    >:-D&gt;:-D &gt;:D
    :-(:-( :(
    :-o:-o :o :-O :O =-o =-O
    X-(X-( x-( X( x(
    :-D:-D :D
    ;-D;-D ;D
    O:-)O:-) O:) o:-) o:) 0:-) 0:)
    :-*:-* :*
    :-X:-X :-x
    >:-)&gt;:-) &gt;:)
    :-$:-$ :$
    >:-|&gt;:-| &gt;:| &gt;:-I &gt;:I
    :-!:-! :!
    >:-O&gt;:-O &gt;:O &gt;:-o &gt;:o :-@ :@ &gt;:-@ &gt;:@ &gt;:-V &gt;:V :-V :V
    |-)|-) I-) I-| |-| |-* |-* |-. |-.
    :-):-) :)
    :->:-&gt; :&gt;
    :-|:-| :| :-I :I
    :-P:-P :P :-p :p
    ;-P;-P ;P ;-p ;p
    ;-);-) ;)
    :'-(:'-( :'(
    :-\:-\ :\
  • Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:

    [quote]This is a simple quote.[/quote]
    is displayed as:

    Quote:
    This is a simple quote.

    Additionally, there is an optional attribute which allows quotes to specify the original author.

    [quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
          
    is displayed as:

    Mr. Drupal wrote:
    This is a quote with an attribution line.

    Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.

          [quote]I think she says it best...
          [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
          but you can't argue with
          [quote=Ms. Reply]The more quotes, the merrier.
          Just don't get too carried away.[/quote]
          And I have nothing more to say.[/quote]
    is displayed as:

    Quote:
    I think she says it best...
    Ms. Quotation wrote:
    This is a quote nested within another quote.
    but you can't argue with
    Ms. Reply wrote:
    The more quotes, the merrier. Just don't get too carried away.
    And I have nothing more to say.