Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 429358

Summary: Markdown viewer should support GitHub flavored markdown
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: ohumbel
Version: 5.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:
Attachments:
Description Flags
gfm table none

Description Mark Macdonald CLA 2014-02-28 15:23:01 EST
Created attachment 240416 [details]
gfm table

I noticed while browsing a README.md that the Orion Markdown Viewer doesn't render tables (which are a "GitHub-flavored" extension to Markdown).

For example, this code is supposed to render a 2-column table

> 5. Start the app
> 
>    | *usage:*   | `$ cf start APP`                 |
>    |------------|----------------------------------|
>    | *example:* | `$ cf start myupload-<username>`                 |

But in the Markdown viewer it just renders as one long, messed-up line (see pic).

We should aim to support all the GitHub syntax. I believe the underlying marked library already has this support, Orion's viewer just needs to enable it.
Comment 1 John Arthorne CLA 2015-05-05 14:54:20 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html