Filip Kalný

Results 6 comments of Filip Kalný

the code rendering issue seems to happen when the code doesn't match the syntax of that language. For example I'm describing an "options" object and listing the properties as such:...

```markdown { options ```json { "conditional", "mandatory", "placeholder", "sequential", "tooltip" } ``` I'm not sure how to make the closing of the `json` block not also close the `markdown` block...

Yes it does, is this the correct markdown behaviour? To break on not having a blank line? Becaue I wrote the documentation in Typora, so in that case it's a...

> What folder should the image be placed? Inside public? Best to import it statically and let next sort it ```tsx import image from "./image.jpeg"; .... ``` I wrote a...

> please rebase with next to fix conflicts so I can review, a little hesitant on this PR, but willing to review I've rebased and resolved conflicts, take a look...