-
Hello @sserrata, My question this time is about the table tag from HTML. We use Swagger 2.0, and to convert to Open API 3.0 the Swagger Editor helps a lot. However, the tables that we create with HTML are not working very well in the plugin as you can see: What do you recommend? I'm fixing all of them manually, but I'd like to repair in the code and generate the tables correctly every time the documentation is update. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi @gii-pan, it looks like our sanitizer regex is missing capture groups for |
Beta Was this translation helpful? Give feedback.
-
Hi @gii-pan, just released a fix in |
Beta Was this translation helpful? Give feedback.
-
Ah yes, you're correct. I'll see if we can extend coverage to |
Beta Was this translation helpful? Give feedback.
-
Hi @gii-pan, can you please test with |
Beta Was this translation helpful? Give feedback.
Hi @gii-pan, it looks like our sanitizer regex is missing capture groups for
code
,thead
, andtbody
. We'll work on adding those in which should help avoid the issue you are seeing.