intelowlproject / intelowlproject.github.io

landing website for the intelowlproject.
https://intelowlproject.github.io
8 stars 11 forks source link

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

Closed abheektripathy closed 2 weeks ago

abheektripathy commented 1 year ago

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 commented 1 year ago

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

rabbabansh commented 10 months ago

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

https://github.com/shadcn/next-contentlayer/issues/20 https://github.com/shadcn/next-contentlayer/issues/6 https://github.com/shadcn/next-contentlayer/pull/17

:(

g4ze commented 2 weeks ago

i think this issue is closed under #33