William Lupton

Results 12 issues of William Lupton

Please see [this "Syntax for \?" pandoc-discuss thread](https://groups.google.com/g/pandoc-discuss/c/9TqKKHfAZac) for context. * I've added a new section after (and modeled on) the existing underline and small caps sections * I've checked...

I'm interested in validating YANG package instances, starting with the examples in [draft-rwilton-netmod-yang-packages Appendix A](https://tools.ietf.org/html/draft-rwilton-netmod-yang-packages#appendix-A). But I don't even know whether I should expect `yanglint` to be able to do...

is:enhancement

With the YANG shown below, the current `pyang` `master` behaves as follows (disabling all features prunes `foo` from the local augment but not from the `/if:interfaces/if:interface` augment): ``` % pyang...

Running the PR #683 test with `--verbose` shows that `base.yang` is read twice. Is this intended? Is it a problem? ``` lewa:test_i683% pyang --verbose --format=sample-xml-skeleton base.yang main.yang # module search...

I noticed a few little things: 1. --plugindir documentation says --plugindir=PLUGINDIR but the pre-processing assumes there's no equals sign (values with equals signs won't be passed to plugin.init()) 2. --lint...

*Please see pandoc-ext/list-table#4 for context, especially [around here](https://github.com/pandoc-ext/list-table/issues/4#issuecomment-1875215765).* John Gruber's original Markdown documentation says: > To produce a code block in Markdown, simply indent every line of the block by...

bug

Also prevent repr() from including the password.

If some cells are undefined, the filter can generate an invalid AST. For example, with this markdown: ``` ::: list-table * - A - B * - 1 ::: ```...

[utils.citeproc()](https://pandoc.org/lua-filters.html#pandoc.utils.citeproc) doesn't (as far as I know) allow the `quiet` flag to be set just for its invocation. This would be very useful for the [multibib filter](https://github.com/pandoc-ext/multibib), which runs citeproc...

enhancement
lua-filters

_(The first part of this background discussion. The proposal is marked **PROPOSAL** below.)_ A while back I created #8988. It considered this example markdown: ``` ::: note This is a...

enhancement