Website
Website starlight setup
This page is primarily for use on how I setup different parts of my website. It is a work in progress and will be updated as I make changes to my website.
Disable line numbers
-
Use
<Code>block. As seen here: -
Follow the installation on Line Numbers here:
-
Add
meta="showLineNumbers=false"to the<Code>block or the Markdown code block.<Code code="add code here" lang="shell" meta="showLineNumbers=false" />```mdx showLineNumbers=false alternative way ``` -
Line numbers will not be shown on the code block.