Rob
Rob
Most of these are fixed now
## For Elm code, Pygments isn't much better: ## Python seems better:
## [Pygments](https://pygments.org/demo/) 1. Some highlighter styles are more specific (`if ... then ... else`) 2. Some lump styles in together (`if` same colour as `True`) ### CSS classes ## 11ty...
I think the [way I have things right now](https://github.com/badlydrawnrob/anki/blob/master/source/style/modules/variables/color.less) with a "colour palette" and then the Skylighting-specific values is the best I can hope for. If we eventually move to...
No! It's not necessary! Maybe! It depends! The `missing.less` and `simple.less` files are almost identical. They can be reduced down if necessary but while there's only two real files that...
## `nowrap` vs `pre-wrap` ... or something else? ### `break-spaces` ### Stackoverflow
This is solved. Not ideally, but solved.
## [Video Candy](https://videocandy.com/) good compression[^1] https://github.com/badlydrawnrob/anki/assets/1176875/496e157e-5e0d-4ab1-8e13-cd9a2fad083d ## [Free convert](https://www.freeconvert.com/convert/video-to-gif) only allows 30 seconds?[^2]  ## Adobe express sucks[^3]  [^1]: Might be better to have a video rather than auto-play...
This will be added to the documentation in the latest release (for intermediate users)
> ✅ **Only [`code block` fields](https://github.com/badlydrawnrob/anki/blob/master/source/docs/simple/index.md#-sample-code-block) should be used for fully highlighted code!** 1. Hey @Jonas3110 did you use the offline compiler or the [online tool](https://pandoc.org/try/?params=%7B%22text%22%3A%22%60%60%60python%5Cnprint%28%5C%22Hello+World%21%5C%22%29%5Cn%60%60%60%22%2C%22to%22%3A%22html5%22%2C%22from%22%3A%22markdown%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22auto%22%2C%22highlight-style%22%3A%22pygments%22%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D)? 2. Are you using...