Reuven M. Lerner
Reuven M. Lerner
Ah, good catch! Yes, my plan was that it would work like the built-in `enumerate`, working just like `enumerate` does with a single argument, except that the index would start...
Yup, looks good!
Yikes, I guess I did a bit too much copying and pasting here. I'll merge your fix and make some others, too.
Yup -- you're right! Fixed; thanks!
I was interested in working on this, but (a) the URLs referenced in @techtonik's first comment now point to something ... ahem, a bit unrelated to Python. And (b) there's...
If it's any help, here's what I have for pandoc: ``` $ pandoc --version pandoc 1.12.3 Compiled with texmath 0.6.6.1, highlighting-kate 0.5.6.1. Syntax highlighting is supported for the following languages:...
I'm still struggling with getting the chapters to be numbered correctly. I just tried the "minimal" example from the Quarto gem, albeit with a (minimal) Gemfile and a Rakefile, and...
Nope, that didn't seem to help. I created a Gemfile whose contents were: ``` gem 'rake' gem 'quarto' ``` I then did a "bundle install" and then ran "rake -T",...
No.... did I miss something important in the instructions? (That is, I'm doing a "gem install quarto" on my system, and then I'm doing "bundle install" with that Gemfile.)
OK, I managed to get things to work: (1) I forked quarto (although I'm not sure that was really an important step here) (2) I copied the orgmode example into...