Skip to content

Instantly share code, notes, and snippets.

View ilyazub's full-sized avatar
🇺🇦

ilyazub

🇺🇦
View GitHub Profile
@ilyazub
ilyazub / deploy-ghost-theme-via-api.md
Last active December 23, 2021 16:05 — forked from ErisDS/README.md
Deployment tools for Ghost themes
@ilyazub
ilyazub / README.md
Last active January 20, 2022 06:16 — forked from ibrahima/CodeBlock.jsx
Syntax highlighting for react-markdown and Next.js

Syntax highlighting for react-markdown and Next.js

This gist is based on @ibrahima's version that doesn't support Next.js.

Example

import Markdown from '@/components/markdown'

function PostBody({ content }) {