This commit updates Oranda from v0.3.1 to v0.6.1. I don't believe any of
the new Oranda features are particularly relevant to us, but there are
some nice bugfixes, including axodotdev/oranda#654, which fixes
unreadable CSS colors for mdBook draft chapters in the Oranda CSS themes
which we use.
Also, since axodotdev/oranda#609 has merged upstream, we can change the
Nix flake to depend on upstream Oranda rather than my fork.
docs: change "console" markdown syntax to "shell"
Oranda doesn't know how to highlight "console", it does know how to
highlight "shell":
esp32c3-buddy ⚠ >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.
esp32c3-buddy ⚠ >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.
esp32c3-buddy ⚠ >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.
esp32c3-buddy ⚠ >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.
esp32c3-buddy ⚠ >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.
GitHub's Markdown renderer treats these as equivalent, so switching the
code blocks currently marked as "console" to "shell" results in much
nicer syntax highlighting in the Oranda site without changing the way
the READMEs look on GitHub.
chore: update Oranda
This commit updates Oranda from v0.3.1 to v0.6.1. I don't believe any of the new Oranda features are particularly relevant to us, but there are some nice bugfixes, including axodotdev/oranda#654, which fixes unreadable CSS colors for mdBook draft chapters in the Oranda CSS themes which we use.
Also, since axodotdev/oranda#609 has merged upstream, we can change the Nix flake to depend on upstream Oranda rather than my fork.
docs: change "console" markdown syntax to "shell"
Oranda doesn't know how to highlight "console", it does know how to highlight "shell":
GitHub's Markdown renderer treats these as equivalent, so switching the code blocks currently marked as "console" to "shell" results in much nicer syntax highlighting in the Oranda site without changing the way the READMEs look on GitHub.