eleventy-design-system
eleventy-design-system copied to clipboard
This adds some possibly nice features: - a `{% markdown %}` shortcode powered by the existing `markdown-it` dependency - a "Notes" tab that consume `componentName.md` file -- for guidance on...
Hi. I saw in package.json that you've indicated an ISC license. But it's always hard to know if that's intentional or perhaps a typo: https://github.com/trys/eleventy-design-system/blob/ac36225f2e676e18639ac82bc2785e1aff9fa80a/package.json#L12 Assuming it is intentional, I'll...
This avoids OS level file handling issues (`/` vs `\`) that are common on Windows. https://nodejs.org/docs/latest-v16.x/api/path.html#pathparsepath This may also resolve https://github.com/trys/eleventy-design-system/issues/1