Rocky 9.x MarkDown Tools
From Notes_Wiki
Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x MarkDown Tools
Rocky 9.x MarkDown Tools
To display markdown in better way on terminal use
Install glow via snap
snap install glow
Cat file via glow
glow test.md
Graphical view and editing
To both display and edit file in a graphical editor use
Install ghostwriter via flatpak
flatpak install flathub org.kde.ghostwriter
Double click the .md file to open with Ghostwriter
HTML view
We can see file as HTML by getting HTML via pandoc using:
pandoc test.md -o test.html
and then open HTML in browser
Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x MarkDown Tools