URL: https://linuxfr.org/suivi/probleme-de-citation Title: Problème de citation Authors: Anonyme Date: 2013年01月27日T15:35:57+01:00 License: CC By-SA Tags: Score: 0 Bonjour. En écrivant un commentaire, j’ai voulu cité un texte et j’ai écris : ```text> 3. Myth: systemd's fast boot-up is irrelevant for servers.> That is just completely not true. Many administrators actually are keen on reduced downtimes during maintenance windows. ``` Ce texte s’est affiché comme ceci :> 3. Myth: systemd's fast boot-up is irrelevant for servers. That is just completely not true. Many administrators actually are keen on reduced downtimes during maintenance windows. Comme si j’avais écris : ```text> 3. Myth: systemd's fast boot-up is irrelevant for servers. That is just completely not true. Many administrators actually are keen on reduced downtimes during maintenance windows. ``` J’ai du écrire : ```text> 3. Myth: systemd's fast boot-up is irrelevant for servers.>> That is just completely not true. Many administrators actually are keen on reduced downtimes during maintenance windows. ``` Pour qu’il s’affiche correctement :> 3. Myth: systemd's fast boot-up is irrelevant for servers.>> That is just completely not true. Many administrators actually are keen on reduced downtimes during maintenance windows. Il me s’emblait que les saut de lignes dans les citations fonctionnait. Est-ce que ça a changé ou est-ce que c’est moi qui délire ?