Heading section number raise an error in browser inspector #121
Closed
AbdulSayyed
started this conversation in
Issues and bugs
Replies: 1 comment
-
|
That's because the There are three solutions:
BTW, please wrap your code block with Markdown, for easilly copying and pasting... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Say the following are the contents of the markdown
index.mdfile, and appear after front matter.1. Install on Arch Linux
This guide will walk you through the installation of Arch Linux, a lightweight and flexible Linux distribution that is known for its simplicity and customization options. Arch Linux follows a rolling release model, which means it is continuously updated rather than having fixed releases.
1.1. System Requirements
Before installing Arch Linux, ensure your system meets the following requirements:
1.1.1. Downloading Arch Linux
The Section number causes an error shown in the inspector
selector-engine.js:41 Uncaught SyntaxError: Failed to execute 'querySelector' on 'Element': '#1-install-on-arch-linux' is not a valid selector.
at Object.findOne (selector-engine.js:41:44)
at _ScrollSpy._initializeTargetsAndObservables (scrollspy.js:213:48)
at _ScrollSpy.refresh (scrollspy.js:93:10)
at new _ScrollSpy (scrollspy.js:75:10)
at _ScrollSpy.getOrCreateInstance (base-component.js:66:41)
at scrollspy.js:286:15
at handler (event-handler.js:98:15)
findOne @ selector-engine.js:41
_initializeTargetsAndObservables @ scrollspy.js:213
refresh @ scrollspy.js:93
_ScrollSpy @ scrollspy.js:75
getOrCreateInstance @ base-component.js:66
(anonymous) @ scrollspy.js:286
handler @ event-handler.js:98
Beta Was this translation helpful? Give feedback.
All reactions