Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support console language on code fences #703

Open
FreeMasen opened this issue Jun 22, 2024 · 0 comments
Open

Support console language on code fences #703

FreeMasen opened this issue Jun 22, 2024 · 0 comments

Comments

@FreeMasen
Copy link

For highlight interactive console sessions, the console code fence would be a nice thing to support.

github language config

example:

```console
oranda dev
↪ >o_o< INFO: Found 1 paths to watch, starting watch...
↪ >o_o< INFO: Building components: artifacts, changelog
⚠ >o_o< WARNING: Found syntax highlight language annotation `console` which is not currently supported. The annotated block will be shown as plaintext. Please file an issue https://github.com/axodotdev/oranda/issues/new to let us know you'd like to see it supported.
```

rendered:

oranda dev
↪ >o_o< INFO: Found 1 paths to watch, starting watch...
↪ >o_o< INFO: Building components: artifacts, changelog
⚠ >o_o< WARNING: Found syntax highlight language annotation `console` which is not currently supported. The annotated block will be shown as plaintext. Please file an issue https://github.com/axodotdev/oranda/issues/new to let us know you'd like to see it supported.

Please let me know if there is a different language to use for these kinds of code blocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant