From f583f78e8ec673bd892009964d5ed820707e6347 Mon Sep 17 00:00:00 2001 From: Mark Battistella Date: Tue, 11 Jun 2024 20:39:53 +1000 Subject: [PATCH] 2024-06-11 - README fix --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b9fc41..d9a19bb 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ This plugin enhances your Docsify documentation by automatically generating numb | Page link | Description | |-|-| -| ![](https://img.shields.io/badge/page_1--blue?style=for-the-badge) | The `autoHeader` of this page is: `@autoHeader:1`.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | -| ![](https://img.shields.io/badge/page_2--blue?style=for-the-badge) | The `autoHeader` of this page is: ``.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | -| ![](https://img.shields.io/badge/page_3--blue?style=for-the-badge) | The `autoHeader` of this page is: `@autoHeader:`.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | -| ![](https://img.shields.io/badge/page_4--blue?style=for-the-badge) | The `autoHeader` of this page is: ``.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | -| ![](https://img.shields.io/badge/page_5--blue?style=for-the-badge) | The `autoHeader` of this page is: ``.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | +| [![](https://img.shields.io/badge/page_1--blue?style=for-the-badge)](pages/_page1) | The `autoHeader` of this page is: `@autoHeader:1`.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | +| [![](https://img.shields.io/badge/page_2--blue?style=for-the-badge)](pages/_page2) | The `autoHeader` of this page is: ``.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | +| [![](https://img.shields.io/badge/page_3--blue?style=for-the-badge)](pages/_page3) | The `autoHeader` of this page is: `@autoHeader:`.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | +| [![](https://img.shields.io/badge/page_4--blue?style=for-the-badge)](pages/_page4) | The `autoHeader` of this page is: ``.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | +| [![](https://img.shields.io/badge/page_5--blue?style=for-the-badge)](pages/_page5) | The `autoHeader` of this page is: ``.
Assuming the original configuration is used, the splitter is `.` and the levels are `H1`-`H6`. | ## Installation