Infragistics / livewire

A simple web content editor built with Electron
https://waffle.io/infragistics/livewire
19 stars 9 forks source link

Keywords are not displayed within a table #98

Closed pamelabrasil closed 7 years ago

pamelabrasil commented 7 years ago

When there are any code snippets, bullets, or headers placed within a table cell, they will not render in the expected format, only as plain text.

jVanZwieten commented 7 years ago

I'm showing UL, LI, header, and snippet rendering in the table cell. I'm using 1.1.0 may be an issue in the latest. Ensure that there's a white space before the special line.

craigshoemaker commented 7 years ago

Turns out this is a syntactical issue, not a bug in Livewire. If you can format columns as AsciiDoc via the cols attribute:

[options="header", cols="20a,80a", width="75%"]
|====
|Topic|Purpose

Here are docs on the particulars of tables: