lessmd
lessmd copied to clipboard
A small markdown viewer/converter for unix terminal.
by default GitHub converts emoji keywords into the real emoji rendered with `lessmd` same file but using `markcat`
loving this project! Not sure why but I'm seeing a breakline after any link
in https://github.com/linuxenko/lessmd/blob/1076ecf79c845c66f8eba8a5deaa1c0fbf6172a5/bin/lessmd#L34 the program flushes the rendered text and then exits when the data was piped from stdin OR when stdout is not an interactive terminal (`isPipe || !process.stdout.isTTY`) in...
Hi, Would it be possible for you to share a working example of a `.lessmd.js` configuration file? I see you've added an empty one, but how about one with some...