yogthos / markdown-clj

Markdown parser in Clojure
Eclipse Public License 1.0
540 stars 120 forks source link

multiline code blocks do not render correctly in lists #139

Closed yogthos closed 6 years ago

yogthos commented 6 years ago

e.g:

Here's how you can run this example:

*  Set up [SSH public-key authentication and a SSH Agent](https://debian-administration.org/article/530/SSH$
    Paramiko can SSH to a login node of your Grid Engine server without needing a password;
*  Clone the GitHub Gist using [git](https://git-scm.com/):
git clone https://gist.github.com/willfurnass/37bec522fea281bd325de421f755c10d paramiko_example
cd paramiko example
```