$ cat test.pod =over =item * Huhu! This should be B using markdown. =back $ pod2markdown < test.pod > test.md $ cat test.md - Huhu! This should be **bold** using markdown.