You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/** |
|
* Shared highlight.js instance with a curated language subset. |
|
* Replaces the full `highlight.js` import (~969 kB) with a common subset (~350 kB). |
|
* Lazily imported via dynamic import() in article components. |
|
*/ |
|
export { default } from 'highlight.js/lib/common'
|
|
|