apache / accumulo-website

Apache Accumulo Website
https://accumulo.apache.org
14 stars 100 forks source link

Fix code block languages #407

Closed DomGarguilo closed 11 months ago

DomGarguilo commented 11 months ago

This PR fixes and improves a bunch of code blocks throughout the site.

For some reason commandline was used a lot in the code blocks but does not exist in the code highlighter we use, rouge. So a lot if blocks ended up looking like this: Screenshot from 2023-09-15 09-36-27 And after being fixed they look correct: Screenshot from 2023-09-15 09-33-58

I added the console language to a lot of blocks because I think it looks better. Here is a code block without a language specified: Screenshot from 2023-09-15 11-03-04 And here is the same code block with the console language specified. Screenshot from 2023-09-15 11-03-54