Combines back-to-back code blocks with language identifiers of CJS followed by MJS into tabbed code blocks. Code blocks can opt-out by adding no-combine to the meta string for the code block. Also optionally strips a preamble comment in the code blocks (making them more user-friendly in rendered Markdown not on the website).
No upstream usage in the docs yet. Will add linting on e/e to enforce certain things (like the preamble comments).
Combines back-to-back code blocks with language identifiers of CJS followed by MJS into tabbed code blocks. Code blocks can opt-out by adding
no-combine
to the meta string for the code block. Also optionally strips a preamble comment in the code blocks (making them more user-friendly in rendered Markdown not on the website).No upstream usage in the docs yet. Will add linting on
e/e
to enforce certain things (like the preamble comments).