From 54eb411d346e9cbd3c3904d57d8e8e926f7a3e42 Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Fri, 13 Feb 2026 09:31:17 +0800 Subject: [PATCH] Enable hard_linebreaks Signed-off-by: Eng Zer Jun --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8d7d98ca..d54e2463 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -106,7 +106,7 @@ markdown_extensions: - md_in_html - tables - markdown_grid_tables: - hard_linebreaks: false + hard_linebreaks: true - toc: permalink: true - pymdownx.details