kvelicheti
5 years agoVisitor
Add custom css to markdown table
Hi,
I am trying to beautify the description part for api. So i added the markdown tables. But then i am not able to see actual tables properties when it's rendered in the UI. Is there a way i can add css and make it working?
Added table as shown below:
----------------------------------------------------------------------------------------------------------------------------------------------
| Sort Mode | Value | Example |
|------------------------- |------------ |------------------------------------------------------------------ |
| Ascending | **asc** | `?order_by=database_name::asc` |
| Descending | **desc** | `?order_by=tp_account_id::desc` |
| Sort on multiple fields | **|** | <code>?order_by=database_name::asc|total_count::desc</code> |
----------------------------------------------------------------------------------------------------------------------------------------------
Attached screenshot of the UI.
Thanks in advance