Rob

Results 96 issues of Rob

Surprisingly (for now, at least) ... [this works](https://pandoc.org/try/?text=%60%60%60bash%0A%5B0%2C+20%5D+%23+%7B%7Bc1%3A%3A%3E%3D+0%2C+%3C%3D+20%7D%7D%0A%0A(0%2C+20%5D+%23+%7B%7Bc1%3A%3A%3E+0%2C+%3C%3D+20%7D%7D%0A%0A(0%2C+20)+%23+%7B%7Bc1%3A%3A0%2C+%3C+20%7D%7D%0A%0A%5B0%2C+20)+%23+%7B%7Bc1%3A%3A0%2C+%3C+20%7D%7D%0A%60%60%60&from=markdown&to=)! ```bash [0, 20] # {{c1::>= 0, 0,

enhancement

Create a (VERY) basic landing page to showcase solutions. - [ ] Add some flowcharts to ease understanding of usage, similar to [Anki Essentials](https://alexvermeer.com/anki-essentials/) - [ ] A nice example...

enhancement

A couple of cards don't require this, if it's a really simple `question->answer` without the need for an initial code block. Two options: 1. Make it optional 2. Create a...

## TL;DR > Currently using [Verdana](https://en.wikipedia.org/wiki/Verdana) and [DejaVu fonts](https://www.1001fonts.com/dejavu-sans-font.html). I might find more elegant fonts later. Would like to use a [variable fonts?](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_fonts/Variable_fonts_guide) when better browser support. Here's the current...

enhancement
help wanted
so-so

It's possibly best avoiding manipulating this repo directly, and instead should use `npm` — so it's probably wise to create a gist of some kind with a `package.json` for quicker...

There's a few extra colours used, for example: `.highlight .ow { color: #859900 } /* Operator.Word */` See https://gist.github.com/scotu/1272660 as an example

It took me a while to find out why this error message was complaining, working my way through [Elm In Action](https://livebook.manning.com/book/elm-in-action/chapter-2): ```terminal -- RESERVED WORD /elm-in-action/02/src/PhotoGroove.elm I was not expecting...

> Pandoc Skylighting limititations > Other people have [complained about this](https://tony-zorman.com/posts/pygmentising-hakyll.html) > **Some of the colours are just plain wrong.** > Partly my fault, partly Pandoc's. > > **[See the...

bug
thinking about
so-so

> Programming takes so long to learn and write because [computers are literal](https://www.youtube.com/watch?v=leBEFaVHllE). They require precision; computers (and therefore programs) have no "do what I mean" or "you get the...

question
thinking about
difficulty: hard

> **Compiling Markdown for your cards:** > > For short snippets of Markdown, use `code.html`; > > - `themes/cards/missing/missing.md` or `/simple/simple.md` are preferred for viewing in browser. > - However,...

enhancement
thinking about
hard