[librsvg: 3/5] FEATURES.md: Add a table of contents




commit 14f5cb4d3adb7adbaf48e9bb6a1129c8daed42c1
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Dec 15 10:40:09 2021 -0600

    FEATURES.md: Add a table of contents
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/642>

 FEATURES.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/FEATURES.md b/FEATURES.md
index 46eda50d..09765812 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -1,5 +1,9 @@
 # SVG and CSS features that librsvg supports
 
+Table of contents:
+
+[[_TOC_]]
+
 Librsvg tries to be a mostly complete renderer for SVG1.1 and SVG2.
 
 In terms of processing external references, librsvg is a bit more
@@ -29,7 +33,7 @@ new features based on the needs which people express in librsvg's bug
 tracker.  Do you want a feature?  [File an
 issue](https://gitlab.gnome.org/GNOME/librsvg/issues)!
 
-## Attributes supported by all elements
+# Attributes supported by all elements
 
 | Attribute          | Notes                                                                               |
 | ---                | ---                                                                                 |
@@ -43,7 +47,7 @@ issue](https://gitlab.gnome.org/GNOME/librsvg/issues)!
 | xml:lang           |                                                                                     |
 | xml:space          |                                                                                     |
 
-## Elements and their specific attributes
+# Elements and their specific attributes
 
 | Element             | Attributes          | Notes                                                          
    |
 | ---                 | ---                 | ---                                                            
    |
@@ -273,7 +277,7 @@ issue](https://gitlab.gnome.org/GNOME/librsvg/issues)!
 |                     | width               |                                                                
    |
 |                     | height              |                                                                
    |
 
-## CSS properties
+# CSS properties
 
 The following are shorthand properties.  They are not available as
 presentation attributes, only as style properties, so for example you have to use
@@ -345,7 +349,7 @@ which properties are not available as presentation attributes.
 | visibility                  |                                                        |
 | writing-mode                |                                                        |
 
-### Filter effects
+## Filter effects
 
 The following elements are filter effects:
 
@@ -380,7 +384,7 @@ Some filter effect elements take one input in the `in` attribute, and
 some others take two inputs in the `in`, `in2` attributes.  See the
 table of elements above for details.
 
-### Filter effect feComponentTransfer
+## Filter effect feComponentTransfer
 
 The `feComponentTransfer` element can contain children `feFuncA`,
 `feFuncR`, `feFuncG`, `feFuncB`, and those all support these


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