Swift Playground fails to render markdown tables

Originator:jesse.d.squires
Number:rdar://28589341 Date Originated:03-Oct-2016
Status:open Resolved:
Product:Xcode Product Version:Version 8.0 (8A218a)
Classification:serious bug Reproducible:always
 
Summary:
Like all markdown editors, I would expect playground markup to properly render markdown tables, for example:

| Heading1 | Heading2 |
| ------------- | ------------- |
| contents1 | contents2 |

This table should be rendered in playground markup.

Steps to Reproduce:
Open the attached project. 

You can also find it at: 
https://github.com/jessesquires/swift-proposal-analyzer

Open swift-proposal-analyzer.playground.

This playground contains all Swift Evolution Proposals as playground pages. Open the playground page for SE-0086.

Note that markdown tables are not rendered properly.

Expected Results:
Markdown tables should be rendered in playground markup.

Actual Results:
Markdown tables fail to render in playground markup.

Version:
Version 8.0 (8A218a)

Notes:


Configuration:


Attachments:
'swift-proposal-analyzer-master.zip' was successfully uploaded.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!