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
currently, we utilize the basic markdown syntax for creating tables. this causes us to lose control over the formatting of those tables, resulting in poor visual ux when looking at something like the deployments table. we should utilize a component that receives the markdown table and then converts it to a style that we can utilize consistently throughout the docs
The text was updated successfully, but these errors were encountered:
currently, we utilize the basic markdown syntax for creating tables. this causes us to lose control over the formatting of those tables, resulting in poor visual ux when looking at something like the
deployments
table. we should utilize a component that receives themarkdown
table and then converts it to a style that we can utilize consistently throughout the docsThe text was updated successfully, but these errors were encountered: