Rob
Rob
> 🚀 Life just got a little easier There's three files: - `pandoc/code.html` which generates a little snippet of highlighted code - `cards/simple/simple.md` which generates everything you'll need (in HTML)...
> It would be nice to have the reverse card move down to the answer > so that a long piece of code doesn't have to be scrolled manually. >...
> Add useful CSS to [this gist](https://gist.github.com/badlydrawnrob/5749f24c14ea4c381390f3cbbe3e16db) > > Some minor changes with `font-size` and possibly additional styles for [Markdown checkboxes](https://github.com/badlydrawnrob/anki/issues/40#issuecomment-1869606908). I'm using some edits of the original [Print First...
> **Update January 2025:** Still [doesn't seem to be resolved](https://github.com/ankitects/anki/pull/3038) > > This problem is especially annoying when using cloze deletions with rendered Markdown code blocks: > > 1. **Cloze...
> A [demo to test this out](https://codepen.io/testuser-247585903/full/MWxVvzp) > (currently a lot of junk getting added from original styles of Pandoc Skylighting) > > The answer is not easy to find...
## Work in progress > A [demo here](https://codepen.io/testuser-247585903/pen/MWxVvzp) > Some `filters` only seem to work on images: > i.e: `filter: grayscale(20%)` - [ ] Optionally add class to blur everything...
> 🚀 Seems like all systems go! https://github.com/badlydrawnrob/anki/assets/1176875/e852e912-317b-4cd9-9ab5-82855a5274a5 Uses the [`simple-stripped.md` and the `npm run pandoc-stripped`](https://github.com/badlydrawnrob/anki-child-theme/issues/9) command (quicker way to view compiled files). Moved some **[Child Theme specific code here](https://github.com/badlydrawnrob/anki-child-theme)**...
> 1. Look through the compiled CSS that comes with the base html template > 2. Check for things like [`span.smallcaps`](https://www.uv.es/wikibase/doc/cas/pandoc_manual_2.7.3.wiki?110) and [`div.columns`](https://pandoc.org/chunkedhtml-demo/10.6-columns.html) — [can it be safely deleted](https://github.com/badlydrawnrob/anki/blob/63048a4ad8bd984c27efe25ac4c6aa3e89d67ba8/build/data/simple-data.html#L9-L23)?[^1] >...
> I don't see an easy solve to this. Better to view things on the Desktop app. > > **You have two options:** > > 1. Flip your phone on...
> This is now fixed, but some styles are still coming from > the original Pandoc highlighting code which also needs fixing. I'm leaving this up to Pandoc at the...