Skip to content

Commit b088166

Browse files
committed
style: include toc-validation in rumdl config
1 parent 3b345a6 commit b088166

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.rumdl.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ enabled = true # opt-in rule
3939
style = "sentence_case"
4040
ignore-words = ["nvim", "Obsidian", "Alfred"]
4141

42+
[toc-validation]
43+
enabled = true # opt-in rule
44+
4245
# ------------------------------------------------------------------------------
4346

4447
[per-file-ignores]

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Shimmering Focus<!-- rumdl-disable-line MD063 -->
1+
# Shimmering focus<!-- rumdl-disable-line MD063 -->
22
![Downloads in Obsidian](https://img.shields.io/badge/downloads-296923-6E4E9B?style=plastic&logo=obsidian&color=%23483699)
33
![GitHub stars](https://img.shields.io/github/stars/chrisgrieser/shimmering-focus?style=plastic&label=%E2%98%85%20Stars)
44
![Last commit](https://img.shields.io/github/last-commit/chrisgrieser/shimmering-focus?style=plastic)
@@ -14,20 +14,18 @@ downloaded theme in the Obsidian theme store.
1414
## Table of contents
1515

1616
<!-- toc -->
17-
1817
- [General information](#general-information)
19-
[Design philosophy](#design-philosophy)
20-
[Features](#features)
21-
[Commands](#commands)
18+
- [Design philosophy](#design-philosophy)
19+
- [Features](#features)
20+
- [Commands](#commands)
2221
- [Advanced customization](#advanced-customization)
23-
[Create your own color scheme](#create-your-own-color-scheme)
24-
[Standalone snippets](#standalone-snippets)
25-
[Contribute to the theme](#contribute-to-the-theme)
22+
- [Create your own color scheme](#create-your-own-color-scheme)
23+
- [Standalone snippets](#standalone-snippets)
24+
- [Contribute to the theme](#contribute-to-the-theme)
2625
- [Credits](#credits)
27-
[Licenses](#licenses)
28-
[Thanks](#thanks)
29-
[About the creator](#about-the-creator)
30-
26+
- [Licenses](#licenses)
27+
- [Thanks](#thanks)
28+
- [About the creator](#about-the-creator)
3129
<!-- tocstop -->
3230

3331
## General information

0 commit comments

Comments
 (0)