codehike
codehike copied to clipboard
Callout example not working for language fsharp/fs
example: https://stackblitz.com/edit/github-wxcn1t?file=app%2Fpage.mdx
thanks for this awesome work!, looking forward to use it
interesting, thanks for the repro
Hello 👋🏻
Neither it seems to be parsing any annotations for graphql blocks
```graphql
# !callout[/id/] This is a callout
query foo {
foo { id }
}
```
EDIT: same for markdown
Thanks. Both are probably issues with https://github.com/code-hike/lighter. I need to make some changes there soon, so I'll make sure to fix this too.
rust also failing
```rust
// !mark(1:2)
fn main() {
let s1 = String::from("hello");
let s2 = s1;
println!("{}", s1);
println!("{}", s2);
}
```
From https://github.com/code-hike/v1/issues/14
Should be fixed in v1.0.0-beta.2
Confirmed for fsharp/fs 🎉
Confirmed for graphql as well 👌🏻 (for markdown, though, I had some other errors during the upgrade, so it might need further inspections)