John MacFarlane

Results 104 issues of John MacFarlane

I'm putting this up for comment @tarleb. If you like the Lua changes, we could merge this part separately before deciding on the package-splitting.

The commonmark writer supports `raw_html`, but the reader does not, which is a bit awkward. Because raw HTML parsing is a core feature of commonmark, it can't easily be disabled...

bug

This would require changes in both pandoc and citeproc, but the idea would be that you can ``` Blah blah [@smith2000, p. 33]. More stuff from Smith [@ p. 44]....

enhancement

It would be nice to have something like a "sandboxed" mode in which Lua filters could run. This could be triggered by the existing `--sandbox` CLI option. What would have...

enhancement
status:more-discussion-needed

This library needs updating in light of the API changes in aeson 2.0.1.0. See https://github.com/haskell/aeson/issues/881 for a migration guide.

One drawback of the current structure is that people submit code here but then don't monitor the repository, and issues are neglected. Perhaps it would be better to make this...

Using the git backend, a symlink from vcs.page to git.page will be treated as a text file containing just the string "git.page". I guess this is because gitit does a...

``` {.outer-style} * a {.inner-style} * b * c ``` Ideally the use of the "inner-style" attribute wouldn't force the outer list to be loose. (If you remove the `{.inner-style}`...

This is a function that allows you to walk the tree of HTML nodes, applying a transformation.