Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiline code blocks in table don't render well #21

Open
timotheecour opened this issue Mar 29, 2018 · 0 comments
Open

multiline code blocks in table don't render well #21

timotheecour opened this issue Mar 29, 2018 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@timotheecour
Copy link
Owner

timotheecour commented Mar 29, 2018

eg, in readme.md not sure what to put in place of:

| category | D | nim | 
| --- | --- | --- |
| try throw catch finally | <code>try{throw new Exception("bar");}<br>catch(Exception e) {writeln(e);}<br>finally {}<code>  | <code>try: raise newException(IOError, "test exception")<br>except IOError: (let e = (ref IOError)(getCurrentException()); echo e[])<br>finally: discard<code> |

EDIT: this works well: https://github.com/timotheecour/D_vs_nim/blob/dev/table_test.md but more cumbersome to type tables

@timotheecour timotheecour added the help wanted Extra attention is needed label Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant