mirror of https://github.com/freetype/freetype
[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:
parent
1061748256
commit
7da5589c75
11
ChangeLog
11
ChangeLog
|
@ -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/.
|
||||
|
|
|
@ -33,6 +33,9 @@ span.keyword {
|
|||
white-space: pre;
|
||||
color: #d73a49;
|
||||
}
|
||||
.md-typeset code {
|
||||
white-space: pre;
|
||||
}
|
||||
/* H4 Heading */
|
||||
h4 {
|
||||
background-color: #EEEEFF;
|
||||
|
|
Loading…
Reference in New Issue