Skip to content
Snippets Groups Projects
Commit 35262c08 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch '251-rule-for-empty-table-column-headers' into 'preview'

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

Closes #251

See merge request !463
parents 9b2dcca1 e72e63a8
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!463Add a rule for lines in table that contain only spaces. This resolves #251.
...@@ -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:]]$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment