John MacFarlane

Results 2369 comments of John MacFarlane

We could consider adding a default pipe for numeric base conversion.

I'm going to move this to doctemplates. Meanwhile I'll do something more local in pandoc to fix the `center` issue.

Moving to doctemplates repository, since that's where these pipes are implemented. Notes: - `strip` usually denotes a function that removes whitespace from the left and right sides (but not the...

> As for the second, it's probably too specific to be worth it. On the contrary. I can't really think of any use *except* this for a pipe that removes...

Currently pandoc's metadata format doesn't include a type for timestamps; they are just stored as inline content. In principle, we could have doctemplates parse a string as a date and...

jgm/doctemplates is the library used for parsing templates, so any improvements would need to go there.

Note: no document is created. Try `-o test.out`; you'll see there is no `test.out`. So you're getting an error message about invalid syntax in the template, which points to the...

Tristan Stenner writes: >> The only thing that could be improved, as far as I can see, is that it could say unexpected "$endif$" instead of unexpected "$" > >...

Yes, I agree that the messages could be somewhat better. This is a low priority for me, though, compared to other things. I'll move this to doctemplates and perhaps someone...