d61f3d9b0c
refactor(styles): rename style folder to styles
2025-04-04 13:00:36 +08:00
e490f1bcea
fix(video-embed): refactor URL generation and prevent Bilibili autoplay
2025-03-28 10:38:46 +08:00
869957de19
feat(mdx-components): add VideoEmbed component to MDX components map
2025-03-27 14:06:04 +08:00
535d8ec51a
feat(mdx/content): add component for embedding YouTube and Bilibili videos
2025-03-27 14:05:16 +08:00
a86a42a483
feat(mdx-components): add AccordionComponent to MdxComponents
2025-03-27 13:33:36 +08:00
671f29b66a
feat(mdx/content): add AccordionComponent for collapsible sections with lightbulb icon
2025-03-27 13:33:01 +08:00
2605b211bc
feat(pre): add horizontal scrolling support for code blocks
2025-03-26 22:48:46 +08:00
793db58e36
feat(mdx): add scroll support for tables
2025-03-26 22:48:00 +08:00
aaa4c1def5
fix(mdx-components): restore list decoration for ordered and unordered lists
...
- Restored default list decorations (bullet points for `ul` and numbers for `ol`).
- Solution based on issue from `sindresorhus/github-markdown-css#103`.
2025-03-10 20:41:53 +08:00
f1b6e86123
feat(components): add MdxRenderer for rendering MDX content with custom styling and syntax highlighting
2025-03-07 11:37:24 +08:00
9eb6f89587
feat(components): create MdxComponents for custom rendering of MDX content
2025-03-07 11:36:53 +08:00
c0a876322c
refactor(component): migrate code block with copy feature to a more reusable pre component
2025-03-07 11:34:17 +08:00