-
Notifications
You must be signed in to change notification settings - Fork 266
Adding HTML Table in a description causes an issue with the designer. #328
Comments
Hi @reinanchan, can you try something for me, please. Could you download the standalone console and post your RAML in it to see if that is a problem of the console or the designer pushing that into the console. |
Hey @sichvoge, Yeah this issue also occurs in the console and the mulesoft liveportal. |
It should be fixed with PR #345. Could you get the newest version of the designer please and try again. |
@jcenturion could you please have a look on that?! |
@reinanchan could you try to use markdown table notation please?! Have a look on the PR for an example |
This seems to be caused in api-console, not designer. Changing this option may break many portals in existence. I suggest we either do on the fly conversion of html tables to github flavored tables, or we force users to use github flavored tables |
could you instead try to use github flavored tables?
Would become:
|
It's still an CSS issue or something rendering HTML inside the console. |
I'm having an issue where I want to insert a table into a description, and when I view it on the API Designer it leaves a big blank white space area before the table.
Picture: (Area marked in red is the blank white space)
http://imgur.com/DrEU4VV
I inspected the element and found this:
http://imgur.com/wLYtxTM
it's inserting a bunch of br tags when it previews the description.
Has anyone else had this problem?
EDIT: Depending on how big the table is vertically, the blank space appears to be the same size.
The text was updated successfully, but these errors were encountered: