codehike icon indicating copy to clipboard operation
codehike copied to clipboard

Marvellous code walkthroughs

Results 77 codehike issues
Sort by recently updated
recently updated
newest added

Hi, does Code Hike have support for [Starlight Docs by Astro](https://starlight.astro.build/)? It would be awesome if we could integrate Code Hike’s features directly in `.md`, `.mdx`, or even `.astro` files!...

In previous CodeHike, it was possible to do the following: ``` Some text [hover here](focus://code.py#3) ```python code.py def method(): print("hello") print("world") `` ``` The current version has the following capability...

An annotation with ranges out of bounds throws an error that's not very descriptive. Is it possible to catch that error and throw an error with an easier message to...

## Feature Request: Inner Content Editing via Raw Markdown ### Context In CodeHike’s current setup, each block (or “section”) renders Markdown content directly through CodeHike’s internal transformations. While this works...

- Introduce `isMarkdownEnabled` helper function to detect whether an MDX element sets `markdownEnabled` (either via shorthand or boolean expression). - Convert paragraph content to Markdown if `markdownEnabled` is set, accumulating...

changeset

### The issue I am trying to integrate Code Hike into a Next.js project using the Edge Runtime. I referred to this project: https://github.com/code-hike/examples/tree/next-mdx-remote/with-next-mdx-remote-rsc and added this line of code...

changeset

Update https://play.codehike.org/ to v1