jeromegn / DocumentUp

Pretty documentation generator for Github projects with proper Readme.
http://documentup.com
884 stars 90 forks source link

Table on my README is broken #104

Closed patcon closed 6 years ago

patcon commented 6 years ago

First off, this is a rad project! Thank you!

On the my dilemma: http://documentup.com/civictechto/overview

One table works, but another with emoji, and links and inline codeblocks is broken.

If a find a useful spot for this tool, then I'll be back to investigate exactly which markdown feature was causing this.

jeromegn commented 6 years ago

Interesting!

Maybe it's the table format.

| | Tool Name | Description |
|-|-----------|-------------|

I'd try a few different variations here. Could also be that I'm using an outdated gem to parse markdown. Technically it should be like github's parsing, except 3 years ago haha.

patcon commented 6 years ago

Good call. Sorry, should have been so quick to post issue if i hadn't tried that. ~Any way to bust the cache?~ 0 for 2 on RTFM and bug-filing 101

patcon commented 6 years ago

Great! Was that at least 3 dashes were needed in first column divider. Thanks!

| | Tool Name | Description |
|---|-----------|-------------|