fix: syntax highlighting for multiline code
This commit is contained in:
		
							
								
								
									
										73
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										73
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -4701,6 +4701,30 @@ | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "hast-util-to-html": { | ||||
|       "version": "8.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.1.tgz", | ||||
|       "integrity": "sha512-S1mTqXvWVGIxrWw0xOHHvmevwCBFTRGNvXWsjE32IyEAlMhbMkK+ZuP6CAqkQ6Vb7swrehaHpfXHEI6voGDh0w==", | ||||
|       "requires": { | ||||
|         "@types/hast": "^2.0.0", | ||||
|         "ccount": "^2.0.0", | ||||
|         "comma-separated-tokens": "^2.0.0", | ||||
|         "hast-util-is-element": "^2.0.0", | ||||
|         "hast-util-whitespace": "^2.0.0", | ||||
|         "html-void-elements": "^2.0.0", | ||||
|         "property-information": "^6.0.0", | ||||
|         "space-separated-tokens": "^2.0.0", | ||||
|         "stringify-entities": "^4.0.0", | ||||
|         "unist-util-is": "^5.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "unist-util-is": { | ||||
|           "version": "5.1.1", | ||||
|           "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", | ||||
|           "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "hast-util-to-string": { | ||||
|       "version": "2.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-2.0.0.tgz", | ||||
| @@ -4764,6 +4788,11 @@ | ||||
|       "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", | ||||
|       "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==" | ||||
|     }, | ||||
|     "html-void-elements": { | ||||
|       "version": "2.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.0.tgz", | ||||
|       "integrity": "sha512-4OYzQQsBt0G9bJ/nM9/DDsjm4+fVdzAaPJJcWk5QwA3GIAPxQEeOR0rsI8HbDHQz5Gta8pVvGnnTNSbZVEVvkQ==" | ||||
|     }, | ||||
|     "http-cache-semantics": { | ||||
|       "version": "4.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", | ||||
| @@ -7416,9 +7445,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "parse-numeric-range": { | ||||
|       "version": "1.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.2.0.tgz", | ||||
|       "integrity": "sha512-1q2tXpAOplPxcl8vrIGPWz1dJxxfmdRkCFcpxxMBerDnGuuHalOWF/xj9L8Nn5XoTUoB/6F0CeQBp2fMgkOYFg==" | ||||
|       "version": "1.3.0", | ||||
|       "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", | ||||
|       "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" | ||||
|     }, | ||||
|     "parse5": { | ||||
|       "version": "6.0.1", | ||||
| @@ -8172,13 +8201,17 @@ | ||||
|       } | ||||
|     }, | ||||
|     "rehype-prism-plus": { | ||||
|       "version": "0.0.5", | ||||
|       "resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-0.0.5.tgz", | ||||
|       "integrity": "sha512-7GmJh4BAMwMtgoKWlg7jitZVvVpXHiAqmZ6jyGnHLGCZCxQTi72yGKMOD/KZyuhn+9vFXClZmlMap7iqNCKHzg==", | ||||
|       "version": "0.0.6", | ||||
|       "resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-0.0.6.tgz", | ||||
|       "integrity": "sha512-kCHc42I5dKJ8yovYcQfGiUEhLorSALZtZd3F7K+lVgdSDzCf/1lzyj3oFIv3gzIWdxCqybpCtOy7D9deANpO6Q==", | ||||
|       "requires": { | ||||
|         "hast-util-to-html": "^8.0.1", | ||||
|         "hast-util-to-string": "^2.0.0", | ||||
|         "parse-numeric-range": "^1.2.0", | ||||
|         "parse-numeric-range": "^1.3.0", | ||||
|         "refractor": "^4.1.1", | ||||
|         "rehype-parse": "^8.0.2", | ||||
|         "unified": "^10.1.0", | ||||
|         "unist-util-filter": "^4.0.0", | ||||
|         "unist-util-visit": "^4.0.0" | ||||
|       } | ||||
|     }, | ||||
| @@ -9465,6 +9498,32 @@ | ||||
|         "@types/unist": "^2.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "unist-util-filter": { | ||||
|       "version": "4.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-4.0.0.tgz", | ||||
|       "integrity": "sha512-H4iTOv2p+n83xjhx7eGFA3zSx7Xcv3Iv9lNQRpXiR8dmm9LtslhyjVlQrZLbkk4jwUrJgc8PPGkOOrfhb76s4Q==", | ||||
|       "requires": { | ||||
|         "@types/unist": "^2.0.0", | ||||
|         "unist-util-is": "^5.0.0", | ||||
|         "unist-util-visit-parents": "^5.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "unist-util-is": { | ||||
|           "version": "5.1.1", | ||||
|           "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", | ||||
|           "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==" | ||||
|         }, | ||||
|         "unist-util-visit-parents": { | ||||
|           "version": "5.0.0", | ||||
|           "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.0.0.tgz", | ||||
|           "integrity": "sha512-CVaLOYPM/EaFTYMytbaju3Tw4QI3DHnHFnL358FkEu0hZOzSm/hqBdVwOQDR60jF5ZzhB1tlZlRH0ll/yekZIQ==", | ||||
|           "requires": { | ||||
|             "@types/unist": "^2.0.0", | ||||
|             "unist-util-is": "^5.0.0" | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "unist-util-find-after": { | ||||
|       "version": "4.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-4.0.0.tgz", | ||||
|   | ||||
| @@ -29,7 +29,7 @@ | ||||
|     "reading-time": "1.3.0", | ||||
|     "rehype-autolink-headings": "^6.0.0", | ||||
|     "rehype-katex": "^6.0.0", | ||||
|     "rehype-prism-plus": "^0.0.5", | ||||
|     "rehype-prism-plus": "^0.0.6", | ||||
|     "rehype-slug": "^5.0.0", | ||||
|     "remark-footnotes": "^4.0.0", | ||||
|     "remark-gfm": "^2.0.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user