shithub: freetype+ttf2subf

Download patch

ref: 7da5589c75457e86ca5144c297834a0c2dff6721
parent: 1061748256bc35657709284ee65fd1ca8d28db71
author: Nikhil Ramakrishnan <[email protected]>
date: Mon Sep 3 12:45:28 EDT 2018

[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'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-09-03  Nikhil Ramakrishnan  <[email protected]>
+
+	[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  <[email protected]>
 
 	*/*: s/PSNames/psnames/.
--- a/docs/reference/markdown/stylesheets/extra.css
+++ b/docs/reference/markdown/stylesheets/extra.css
@@ -33,6 +33,9 @@
     white-space: pre;
     color: #d73a49;
 }
+.md-typeset code {
+    white-space: pre;
+}
 /* H4 Heading */
 h4 {
     background-color: #EEEEFF;