-
-
The Reveal Docs website is showing code snippets without indentation. Looks like it's happening in all snippets. See examples:
[Page](https://cognitedata.github.io/reveal-docs/docs/examples/cad-sty…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### New Tool Description
While VSCode includes built-in JS IntelliSense, [JS Code Snippets](https://marketplace.vi…
-
**Describe the bug**
When a user tries to access a public documentation, the page loads slowly. In some cases, the page does not complete loading at all.
**To Reproduce**
Steps to reproduce the b…
-
Opening up a discussion for code snippet ideas
ghost updated
3 years ago
-
### Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing requests and didn't find any that were similar
- [X] I have considered creating a pull req…
-
We used to be able to highlight specific sections of the docs by doing the following:
`yml{8-18}`
Which would highlight rows 8-18. Currently it just breaks the syntax highlighting completely. S…
-
Would be nice if selecting/hovering an item, would show how to actually use it in code via address-book.
This can be useful especially as imports are wildly different on solc vs js:
```
js: AaveV3E…
-
- [ ] print -> fmt.print
- [ ] println -> fmt.println
- [x] main -> main :: proc() ...
- to be continued