Results 51 comments of Kelly Brazil

Markdown table support would be terrific!

Hi @42sol-eu! Not an endorsement, but just want to throw in there that I have used Mistune (https://mistune.readthedocs.io/en/latest/) in one of my projects and it seemed to be fairly extendable....

`jc` can convert NMAP's XML output to JSON (or YAML) as well: https://github.com/kellyjonbrazil/jc/wiki/Tips-and-Tricks#example-nmap-xml-output ``` # nmap -T4 -A -p 1-1000 -oX - scanme.nmap.org | jc --xml ```

It looks like this is happening because I'm using the default behavior of the python `ConfigParser` library. Seems that it can be overridden with the `ConfigParser.optionxform(option)` attribute when constructing the...

I thought about this some more and I think it will be ok to make this breaking change to the default behavior. (I'll document it in the release notes) I...

Thanks - I'll take a look!

Hey thanks for the suggestion and analysis! I'm working on /proc files for the next release but I'll take a look at this, too.

Yeah I prob wouldn’t write a parser for a list of items. K/v pairs at the minimum.

Hi Chris! Does it look like we can close this parser request out?