Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add markdown plugins to blogs for better customisability. #11

Open
abheektripathy opened this issue Sep 6, 2023 · 2 comments
Assignees

Comments

@abheektripathy
Copy link
Member

We could setup some mdx plugins with contentlayer for better blog customisability.

these would be a good place to start.

  1. remark-gfm to support GitHub Flavored Markdown.
  2. rehype-prism-plus to render syntax highlighting in code blocks.
  3. rehype-code-titles to render code block titles.
  4. rehype-accessible-emojis to provide accessibility to emojis.

Reference Doc.

@SyedAhkam
Copy link
Contributor

I'd be happy to give this a shot. May I work on this?

@rabbabansh
Copy link

rabbabansh commented Oct 25, 2023

I tried to implement this, but I think is bugged with the support for gfm right now.

shadcn/next-contentlayer#20
shadcn/next-contentlayer#6
shadcn/next-contentlayer#17

:(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants