From 495d4fa1ce53b7232c1b0959618fd6ddeaaac4ba Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 13:55:29 -0800 Subject: [PATCH] Document {list,page}.terms.{inner,outer}_class params --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f8644d3..59304e7f 100644 --- a/README.md +++ b/README.md @@ -290,8 +290,9 @@ paige: class: "fst-italic mb-0 text-center" # Default is "fst-italic mb-0 text-center" hide: false # Default is false terms: - class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none" hide: false # Default is false + inner_class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none" + outer_class: "mb-0 text-center" # Default is "mb-0 text-center" title: class: "mb-0 text-center" # Default is "mb-0 text-center" hide: false # Default is false @@ -326,8 +327,9 @@ paige: table_of_contents: hide: false # Default is false terms: - class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none" hide: false # Default is false + inner_class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none" + outer_class: "text-center" # Default is "text-center" title: class: "display-5 fw-bold text-center" # Default is "display-5 fw-bold text-center" hide: false # Default is false