3b
3b
Thanks, tests will be nice to have. I'll try to take a closer look at them soon. Are the tests based on any particular markdown spec, or just trying to...
> By the way, talking about tests. They will be much more useful when checked automatically for pull requests. If you'd like, I can set up a workflow for GitHub...
I think `print-md-tagged-element` is only needed when generating markdown output, not html. Extensions should probably support both though, so will try to add it at some point.
spec link: http://spec.commonmark.org/
Possibly look at [pandoc](http://hackage.haskell.org/package/pandoc-types-1.12/docs/Text-Pandoc-Definition.html) for ideas about what should be in the cleaned up version
multiple priorities would also be nice (my current project wants to sort on 2 floats). I have an ugly hack that lets me do something like ```lisp (damn-fast-generic-priority-queue:define-priority-queue-package damn-fast-f+f-priority-queue) (in-package...
and orthogonal to how to implement it, listing some possibilities for features to expose to users: - type of priority - Numerical types only? - any type? - some subset...
Been a while since i looked at this stuff, but i think merging it should be OK. I don't see any important looking changes in my local copy, just debugging...
It doesn't look like it, though that does sound like something that could be useful to have. Maybe the "found" value of `dequeue` and `peek` could be changed to return...
is the problem in msdf atlas generator, bmfont code/api , or the way atlas generator uses the bmfont code? seems like cursor and character positioning should be using same character...