Revision: 705
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=705
Author:   iank
Date:     2023-12-12 15:25:09 -0500 (Tue, 12 Dec 2023)
Log Message:
-----------
address formatting issue

Modified Paths:
--------------
    trunk/sviki/fsf/bash-style-guide.mdwn

Modified: trunk/sviki/fsf/bash-style-guide.mdwn
===================================================================
--- trunk/sviki/fsf/bash-style-guide.mdwn       2023-12-12 20:13:28 UTC (rev 
704)
+++ trunk/sviki/fsf/bash-style-guide.mdwn       2023-12-12 20:25:09 UTC (rev 
705)
@@ -427,6 +427,10 @@
 Never use [. [[ is a special syntax which doesn't do variable expansion
 and avoids edge cases.
 
+Note: ikiwiki has trouble formatting the double bracket below, get the
+raw page with `git svn clone --stdlayout 
svn://svn.savannah.gnu.org/administration/`
+
+
 ```
 [[ $filename == *.png ]] # righthand globs over lefthand. filename has png 
extension
 # Quote only the righthand side when globbing is not desired.


Reply via email to