Ben Olson

Results 6 issues of Ben Olson

It's always nice to be able to note down where you got a poem, either so you can tell what was telling you the wrong words to the poem or...

# Description of the Problem There are some sequences where either there is no current concealment or I can think of a better but I can't just make it do...

enhancement

Clicking on the final set of backticks `` ``` `` of a codeblock which is marked to be interpretted as math mode in settings just freaks out. Checking the dev...

bug

You can show only the unplanned tasks, but I often want to NOT show the unplanned tasks (and only the unplanned tasks). I don't think there is currently an option...

This renders well in reading mode and in preview mode for normal text. However, it doesn't render in preview mode when the text are in a table

I have the following code (shortened): `cars/Automobile.java` ``` package cars; public abstract class Automobile { // contents } ``` and `cars/SmallCar.java` ``` package cars; public class SmallCar extends Automobile {...