changeset 27541:5e1f2f1a7fcf

NEWS: Yet more format changes for Markdown syntax. DON'T delete the double spaces at the end of "any arg is complex ". NEWS: Yet more format changes for Markdown syntax.
author Rik <rik@octave.org>
date Tue, 22 Oct 2019 08:13:26 -0700
parents 6971bc1a2f92
children b8aa62c1deb5
files NEWS
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Oct 21 16:08:32 2019 -0400
+++ b/NEWS	Tue Oct 22 08:13:26 2019 -0700
@@ -28,7 +28,7 @@
   for controlling the format, spacing, and case in arbitrary order.
   For example:
 
-     `format long e uppercase loose`
+        format long e uppercase loose
 
   Note, that in case of multiple competing format options the rightmost
   one is used and in case of an error the previous format remains
@@ -38,8 +38,8 @@
   range operator.  Each has a new warning ID so that it can be disabled
   if desired.
 
-    `Octave:colon-complex-argument`   : when any arg is complex  
-    `Octave:colon-nonscalar-argument` : when any arg is non-scalar
+  >  `Octave:colon-complex-argument`   : when any arg is complex  
+  >  `Octave:colon-nonscalar-argument` : when any arg is non-scalar
 
 - The `regexp` and related functions now correctly handle and *require*
   strings in UTF-8 encoding.  As with any other function that requires