Colors — an MDX file
This is an MDX file, which means it can contain markdown.
The codeblock below is highlighted during build time with shiki, using my VS Code theme Karma and with the help of remark and rehype plugins.
This is a "normal" link
This is an MDX file, which means it can contain markdown.
The codeblock below is highlighted during build time with shiki, using my VS Code theme Karma and with the help of remark and rehype plugins.
This is a "normal" link
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
An MDX Title component with Colors!
This is an internal link with a custom MDX component
TS1const htmlEscapes = {2 "&": "&",3 "<": "<",4 ">": ">",5 // eslint-disable-next-line quotes6 '"': """,7 "'": "'",8} as const;910function escapeHtml(html: string) {11 return html.replace(12 /[&<>"']/g,13 (chr) => htmlEscapes[chr as keyof typeof htmlEscapes]14 );15}
Last updated: August 25, 2021UNPUBLISHED
👀
No views yet. Wait what, HOW? 🤔
Sign up for my newsletter!
I curate links keeping up with the JavaScript, React and webdev world. Join 203 others!
May include Mechanical Keyboards.
No spam, unsubscribe anytime :)
You can also view previous issues, and subscribe via RSS!
May include Mechanical Keyboards.
No spam, unsubscribe anytime :)
You can also view previous issues, and subscribe via RSS!