[librsvg: 2/9] Fix the end of the line escaping.



commit 00d130f8b82b4d5c75e9b87cc44a15ec46646e80
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Tue Feb 13 22:01:02 2018 +0200

    Fix the end of the line escaping.
    
    When I tried to render it locally with webkit it would ignore
    a single slash line and would display the desired result only
    when using a double slash(\) instead. Probably tries to escape
    something?
    
    Gitlab renders it differently. Should be fixed and copy pastable now.

 COMPILING.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/COMPILING.md b/COMPILING.md
index f81f9842..bb040a0d 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -28,20 +28,20 @@ explains librsvg's peculiarities.
 ### openSUSE based systems:
 
 ```sh
-zypper install -y gcc rust rust-std cargo make \\
-automake autoconf libtool gettext itstool git \\
-gtk-doc gobject-introspection-devel gtk3-devel \\
-libxml2-devel libcroco-devel cairo-devel \\
-pango-devel gdk-pixbuf-devel 
+zypper install -y gcc rust rust-std cargo make \
+automake autoconf libtool gettext itstool git \
+gtk-doc gobject-introspection-devel gtk3-devel \
+libxml2-devel libcroco-devel cairo-devel \
+pango-devel gdk-pixbuf-devel
 ```
 
 ### Fedora based systems:
 
 ```sh
-dnf install -y gcc rust rust-std-static cargo make \\
-automake autoconf libtool gettext itstool \\
-gdk-pixbuf2-devel gobject-introspection-devel \\
-gtk-doc git redhat-rpm-config  gtk3-devel \\
+dnf install -y gcc rust rust-std-static cargo make \
+automake autoconf libtool gettext itstool \
+gdk-pixbuf2-devel gobject-introspection-devel \
+gtk-doc git redhat-rpm-config  gtk3-devel \
 libxml2-devel libcroco-devel cairo-devel pango-devel
 ```
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]