Compose tips

formats d'entrée:
  • Filtered HTML:
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

      For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

      Description de la baliseVous EntrezVous Obtenez
      Les ancres sont utilisées pour faire des liens vers d'autres pages.<a href="http://anarcat.koumbit.org">L'Anarcarnet - The Anarblog</a>L'Anarcarnet - The Anarblog
      Mis en valeur<em>Mis en valeur</em>Mis en valeur
      Fort<strong>Fort</strong>Fort
      Cité<cite>Cité</cite>Cité
      Le texte codé utilisé pour afficher le code source de programmation<code>Codé</code>Codé
      Liste non ordonnée - utilisez le <li> pour commencer chaque élément de la liste<ul> <li>Premier élément</li> <li>Deuxième élément</li> </ul>
      • Premier élément
      • Deuxième élément
      Liste ordonnée - utilisez le <li> pour commencer chaque élément de la liste<ol> <li>Premier élément</li> <li>Deuxième élément</li> </ol>
      1. Premier élément
      2. Deuxième élément
      Les listes de définition sont similaires aux autres listes HTML. <dl> débute la liste de définition, <dt> commence le terme de définition et <dd> démarre la description de définition.<dl> <dt>Premier terme</dt> <dd>Première définition</dd> <dt>Second terme</dt> <dd>Seconde définition</dd> </dl>
      Premier terme
      Première définition
      Second terme
      Seconde définition

      Most unusual characters can be directly entered without any problems.

      If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

      Description du caractèreVous EntrezVous Obtenez
      Et commercial&amp;&
      Plus grand que&gt;>
      Moins que&lt;<
      Marque de citation&quot;"
    • Quick Tips:
      • Two or more spaces at a line's end = Line break
      • Double returns = Paragraph
      • *Single asterisks* or _single underscores_ = Emphasis
      • **Double** or __double__ = Strong
      • This is [a link](http://the.link.example.com "The optional title text")
      For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
    • Typogrify.module brings the typographic refinements of Typogrify to Drupal.
      • Wraps ampersands (the $ldquo;&” character) with <span class=\"amp\">&</span>.
      • Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
      • Converts straight quotation marks to typographer's quotation marks, using SmartyPants.
      • Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
      • Wraps multiple capital letters with <span class=\"caps\">CAPS</span>.
      • Wraps initial quotation marks with <span class=\"quo\"></span> or <span class=\"dquo\"></span>.
      • Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.
  • WikiText:
    • You can use Default syntax. It is possible that not all formatting options are supported at the moment.

    • Web page addresses and e-mail addresses turn into links automatically.
    • Typogrify.module brings the typographic refinements of Typogrify to Drupal.
      • Wraps ampersands (the $ldquo;&” character) with <span class=\"amp\">&</span>.
      • Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
      • Converts straight quotation marks to typographer's quotation marks, using SmartyPants.
      • Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
      • Wraps multiple capital letters with <span class=\"caps\">CAPS</span>.
      • Wraps initial quotation marks with <span class=\"quo\"></span> or <span class=\"dquo\"></span>.
      • Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.