[docwriter] Don't break code snippets accross lines.

Reported as

  http://lists.nongnu.org/archive/html/freetype-devel/2018-08/msg00124.html

* docs/reference/markdown/stylesheets/extra.css (.md-typeset code):
Add rule `white-space'.
This commit is contained in:
Nikhil Ramakrishnan 2018-09-03 16:45:28 +05:30
parent 1061748256
commit 7da5589c75
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2018-09-03 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
[docwriter] Don't break code snippets accross lines.
Reported as
http://lists.nongnu.org/archive/html/freetype-devel/2018-08/msg00124.html
* docs/reference/markdown/stylesheets/extra.css (.md-typeset code):
Add rule `white-space'.
2018-09-03 Werner Lemberg <wl@gnu.org>
*/*: s/PSNames/psnames/.

View File

@ -33,6 +33,9 @@ span.keyword {
white-space: pre;
color: #d73a49;
}
.md-typeset code {
white-space: pre;
}
/* H4 Heading */
h4 {
background-color: #EEEEFF;