Rob
Rob
There's a few [modern options](https://mattbrictson.com/blog/css-normalize-and-reset), but I'm fairly sure normalize is still useful. It depends how big a job it is to change it under the hood.
> Anki has default styles that need overriding A few I've found so far: 1. Anki sets `body` styles, such as `color` (`:root` won't work) 2. `figcaption` needs to be...
> Also known as [dependency hell](https://github.com/badlydrawnrob/anki/blob/master/source/docs/error/index.md) > I think we should really warn beginners about this! Stumbling on a [portfolio website](https://antfu.me/) that seems to be quite simple (see [the repo](https://github.com/antfu/antfu.me)),...
## The problem Generally using Anki for rich text is fine, but it's prone to error (`html` formatting problems). Anki adds junk html to the text field. There's also a...
> This is a continuation of #16 as for this chapter `elm-watch` isn't enough. I should caveat this issue by saying I don't understand react and this is an opinionated...
Is there a way to avoid having to wrap `.toHtml` within another Html element? A little unnecessary to have to wrap it in a `div`. ```elm -- Error Markdown.toHtml []...