mirror of
https://github.com/LukeHagar/jsdoc-cheatsheet.git
synced 2025-12-07 04:20:09 +00:00
feat: enhance JSDoc cheatsheet with quick reference section and improve layout
Add a dedicated quick reference section to the JSDoc cheatsheet, streamline the layout for better readability, and adjust sidebar and table of contents styles for consistency.
This commit is contained in:
@@ -32,7 +32,7 @@ const CodeHighlighter = ({ code, language = "javascript" }: SyntaxHighlighterPro
|
||||
wrapLines={true}
|
||||
wrapLongLines={true}
|
||||
PreTag={({ children, ...props }) => (
|
||||
<pre className="!m-0 !p-0" {...props}>
|
||||
<pre className="!m-0 p-2" {...props}>
|
||||
{children}
|
||||
</pre>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user