mandown
mandown copied to clipboard
man-page inspired Markdown viewer
This markdown : 1 # NAME 1 2 ftl - terminal file manager, tmux based 3 4 ## Commands shortcuts (⇑: alt-gr, ⇈: shift+alt-gr) 5 ``` 6 q Q @...
On my Manjaro workstation (if that matters), spaces following styled text are removed. On the page I'm looking at, this includes text following a bold, a link, and back-tick-enclosed text....
I think a simple dockerfile will suffice :) will help with stability across diff environments. I messed around and made a new repo which is basically a clone of this...
both 1.0.2 and 1.0.3 releases failed to build on OSX, error log is below: ``` formula mdn ld: can't map file, errno=22 file 'build/blender/blender.o' for architecture x86_64 clang: error: linker...
It would be nice if mandown implements navigation key binds like `man` has. For example, `g` to go to top, `G` to go to bottom, etc.
It's not technically a compile time dependency, but the Makefile requires it
Hi src/view.c: In function ‘view’: src/view.c:475:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 475 | if (getmouse(&event) == OK) { | ^ src/view.c:486:7: note: here 486 | case TAB: {...
When I leave mdn I see: [pavel@localhost pspg-master]$ mdn README.md file:182: HTML parser error : Unexpected end tag : p ^ file:217: HTML parser error : Unexpected end tag :...
- `mysql` - `sqlite` - [`pgcli`](https://github.com/dbcli/pgcli/) - `monetdb` - [`Trino (formerly Presto SQL)`](https://trino.io/) is displayed like 
You need to fix lines between lines that starting with ``` to not process them. ```shell # echo hello ```