You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Tables don't seem to work in documentation content. I can get things like lists and headers working but not tables.
Here's an example:
#%RAML 0.8title: Exampledocumentation:
- title: Examplecontent: | Here is a list: * One * Two Here is a table: | One | Two | | --- | --- | | A | B |
Here's the resulting HTML from raml-convert:
<bodydata-spy="scroll" data-target="#sidebar"><divclass="container"><divclass="row"><divclass="col-md-9" role="main"><divclass="page-header"><h1>Example documentation</h1><p><ahref=""></a></p><h3id=""><ahref="#">Example</a></h3><p>Here is a list:</p><ul><li>One</li><li>Two</li></ul><p>Here is a table:</p><p>| One | Two | | --- | --- | | A | B |</p></div><h2>Resources</h2></div><divclass="col-md-3"><divid="sidebar" class="hidden-print affix" role="complementary"><ulclass="nav nav-pills nav-stacked"></ul></div></div></div></div></body>
You can see the tables aren't being converted to HTML.
Thanks
The text was updated successfully, but these errors were encountered:
Hi. Tables don't seem to work in documentation content. I can get things like lists and headers working but not tables.
Here's an example:
Here's the resulting HTML from raml-convert:
You can see the tables aren't being converted to HTML.
Thanks
The text was updated successfully, but these errors were encountered: