codehike icon indicating copy to clipboard operation
codehike copied to clipboard

Marvellous code walkthroughs

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

The last step shouldn't have a border here: ![image](https://user-images.githubusercontent.com/1911623/110029171-e3d1e880-7d12-11eb-97b8-74c00566116c.png)

Not all terminal output starts with a command. For example, with multiple `steps`, it sometimes makes sense to "paginate" the output like: ```jsx ```

I'm running the mdx compiler on the server side on each page request, it works fine on my local machine, but on on vercel. the error message ``` no such...

When using `CH.Code rows=` invisible lines are still found by the browser text search. In the following example Firefox (105.0.3) finds 12 occurrences of the word `world`, when only 7...

## Context Hi!! Thank you for building and maintaining such a great package. I am encountering some issues when using `codehike` + `next-mdx-remote` + Nextjs with the standalone option. During...

Hi! I'm interested in using CodeHike for the documentation in a number of my own repos, and potentially integrate it into my companies as well (Hugging Face 🤗 ) for...

Hey there, I'm using [Docusaurus tabs](https://docusaurus.io/docs/markdown-features/tabs) and having an issue where code blocks within all-but-the-first tabs don't render, but instead seem to set `NaN` as the width. ```jsx \```sh curl...

Removing the type annotation on `CH`, means TypeScript infers its type. This type can then be used by the MDX language server to provide type safe JSX inside MDX files....