From 5d85ccb9943aac88dbbefebe1c2234cdcbae5c53 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 3 Mar 2022 18:05:48 +0800 Subject: [PATCH] fix: table bypass refactoring when it contains IAL (#519) Fix #519 --- _includes/refactor-content.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html index 5bbcc93..6db8923 100644 --- a/_includes/refactor-content.html +++ b/_includes/refactor-content.html @@ -9,10 +9,11 @@ we suround the markdown table with `
` and `
` --> -{% if _content contains '' %} +{% if _content contains '', '
' + | replace: '', '
' + | replace: '
', '' | replace: '
', '
' %} {% endif %}