Pandoc
install
# Arch
sudo pacman -S pandoc-cli
# Windows 10
scoop install pandoc
usage
# Convert a reStructuredText (RST) file to Markdown format
pandoc "$1" -f rst -t markdown -o "_output.md"
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help