From 2e453db416e0219b0e641511109706834cedb971 Mon Sep 17 00:00:00 2001 From: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:33:30 -0400 Subject: [PATCH] fix markdown in table (#4267) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Alison Joseph --- src/pages/components/pagination/usage.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/components/pagination/usage.mdx b/src/pages/components/pagination/usage.mdx index eec0ce65a34..f631e96cdb1 100755 --- a/src/pages/components/pagination/usage.mdx +++ b/src/pages/components/pagination/usage.mdx @@ -96,9 +96,9 @@ Pagination can be used with a data table or on a page. ### Variants | Variant | Usage | -| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --- | +| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | | [Pagination](#pagination) | The pagination variant is typically connected at the bottom of the data table component to help paginate large amounts of data. | -| [Pagination nav](#pagination-nav) | The pagination nav variant is mainly used in on-page situations to help paginate either a whole page or sections of a page. | | +| [Pagination nav](#pagination-nav) | The pagination nav variant is mainly used in on-page situations to help paginate either a whole page or sections of a page. | ## Formatting