sunaku / md2man

📚 Converts markdown into UNIX manual pages
https://sunaku.github.io/md2man/man
Other
374 stars 23 forks source link

Doesn't handle code blocks without preceding newline #29

Open ThePrez opened 2 years ago

ThePrez commented 2 years ago

Similar to #28

For instance, if the .md has:

Run the following command:
```
my command here
```

The command is not rendered properly in the resulting man page (it instead renders all one one line)