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.

  • Webové a e-mailové adresy jsou automaticky převedeny na odkazy.
  • You may link to files uploaded with the current node using special tags. The tags will be replaced by the corresponding files. For example: Suppose you uploaded three files (in this order):

    • imag1.png (referred as file #1)
    • file1.pdf (referred as file #2)
    • imag2.png (referred as file #3)
    [inline:1=test]  or  [inline:imag1.png=test]
    will be replaced by <img src=imag1.png alt=test>
    [file:1=test]  or  [file:imag1.png=test]
    will be replaced by <a href=imag1.png>test</a>
    [attachment:2=test]  or  [attachment:file1.pdf=test]
    will be replaced by <a href=file1.pdf.png>test</a>