I just published a couple of new features to mdless this morning: strikethrough and GitHub emoji support. You can now use ~~text~~ formatting, and if your terminal supports strikethrough text, it will be displayed as such. You can control formatting and colors by adding deletion to your theme file, which by default is ~/.config/mdless/default.theme: yaml…
The latest version of mdless, my most recent coding obsession, now includes MultiMarkdown document transclusion. File transclusion is the ability to tell MultiMarkdown to insert the contents of another file inside the current file being processed. You can include a document by inserting a relative path between two pairs of curly brackets: {{myfile.md}} The path…