nd
nd copied to clipboard
a documentation viewer for node
I prefer, when reading some docs, to not have paging and use my scroll functions. I didn't find a way to disable paging. Tried: - `unset PAGER` - `NOPAGER=1` -...
I use the gnome-terminal in Ubuntu 14.04 and for me the code blocks are not visible. I used the npm module for marked and marked-terminal, e.g. in app.js markdisp(data): ```...
I just tried the CLI tool and it seems its breaking when there are linked images in the markdown files, like for instance: ``` text # Title ![][1] [1]: http://assets.pinterest.com/images/pidgets/pin_it_button.png...
it seems like lots of people like to use `` tags instead of the appropriate markdown syntax. Maybe we could add some basic support for this so we workaround ugliness...