Juniper / libxo

The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
http://juniper.github.io/libxo/libxo-manual.html
BSD 2-Clause "Simplified" License
321 stars 48 forks source link

Man pages not escaping some newlines (PR included) #79

Closed snappleberrycrunch closed 3 years ago

snappleberrycrunch commented 3 years ago

As the subject indicates, there are some cases where newlines are not escaped and found a case of a missing end quote. I have created a pull request: #78

I should look at the contribution guide in the docs, but wanted to get the PR and Issue in before I forgot.

snappleberrycrunch commented 3 years ago

Yikes, my fault. I did not look at the list of PRs prior to submitting the changes. I see you have updates in your develop branch... closing this and the PR. Sorry for the noise.