ronn
ronn copied to clipboard
the opposite of roff
There is no new activity on this project since 7 years, there are 14 pending pull request and many unanswered issues. I would like to know if the maintainer plans...
This PR adds a Dockerfile based on Alpine. A ronn Dockerfile is useful for Continuous Integration tools (such as GitLab CI), to automatically generate a man page during a build...
Would be nice if there was some way of commenting the source. Maybe `` like Markdown supports?
This is if the markdown file contains a unicode characters. Refs https://github.com/amsardesai/middleman-protect-emails/issues/2
Replace `'` with `\(cq`, as `\'` is different symbol. See smira/aptly#22 and rtomayko/ronn#21.
This project is dead. Is there a fork that's being maintained?
I am attempting to use ronn for a manpage. It is doing everything I need _EXCEPT_: I need to include a URL in the manpage. The convention in manpages for...
While dots at the beginning of a line are escaped correctly, the [check in the write method](https://github.com/rtomayko/ronn/blob/58d731e458a2a3f74792c5eaf338ecd3cd48fd76/lib/ronn/roff.rb#L272-276) does not catch all cases where there are spaces in front of the...
Nokogiri
Switch HTML library from hpricot to [Nokogiri](https://github.com/tenderlove/nokogiri).
A limited, informal survey of the default pager for man indicates that squeezing blank lines is typical. The result is a tidier output. Surveyed: - [Ubuntu](http://manpages.ubuntu.com/manpages/precise/en/man1/man.1.html) pager -s - [OSX](https://developer.apple.com/library/mac/#documentation/darwin/reference/manpages/man1/man.1.html#//apple_ref/doc/man/1/man)...