savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[savannah-help-public] [sr #109696] markdown verbatim (for code snippets


From: Peter Liscovius
Subject: [savannah-help-public] [sr #109696] markdown verbatim (for code snippets) does not respect white-space
Date: Thu, 6 Jun 2019 14:16:30 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:67.0) Gecko/20100101 Firefox/67.0

URL:
  <https://savannah.nongnu.org/support/?109696>

                 Summary: markdown verbatim (for code snippets) does not
respect white-space
                 Project: Savannah Administration
            Submitted by: peterdd
            Submitted on: Thu 06 Jun 2019 08:16:28 PM CEST
                Category: Savannah trackers - bugs, tasks, etc.
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
        Operating System: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

spaces (single space, tabs, ..) are not preserved in output of savane markdown
_verbatim_ areas.

Easiest solution is to replace the p-tag within the blockquote-tag by a
pre-tag, that has CSS


display: block;
font-family: monospace;
white-space: pre;


by default in web browsers.

And then there is no need for putting extra br-tags there too.




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/support/?109696>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]