Skip to content
Snippets Groups Projects

Add a rule for lines in table that contain only spaces. This resolves #251.

Merged Jan Frenzel requested to merge 251-rule-for-empty-table-column-headers into preview
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -40,6 +40,9 @@ i \<todo\> <!--.*todo.*-->
@@ -40,6 +40,9 @@ i \<todo\> <!--.*todo.*-->
Replace variations of \"Coming soon\" with real content.
Replace variations of \"Coming soon\" with real content.
i \(\<coming soon\>\|This .* under construction\|posted here\)
i \(\<coming soon\>\|This .* under construction\|posted here\)
 
Add table column headers.
 
 
i ^[ |]*|$
Avoid spaces at end of lines.
Avoid spaces at end of lines.
doc.zih.tu-dresden.de/docs/accessibility.md
doc.zih.tu-dresden.de/docs/accessibility.md
i [[:space:]]$
i [[:space:]]$
Loading