Skip to content

Commit 53ba396

Browse files
committed
fix: remove unused code
1 parent d4ac41e commit 53ba396

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

convert_book/convert_to_quarto_book.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,12 +1596,6 @@ def process_longtable(match):
15961596

15971597
return content
15981598

1599-
# Find all longtable environments and replace them
1600-
pattern = r'\\begin\{longtable\}\{([^}]*)\}(.*?)\\end\{longtable\}'
1601-
content = re.sub(pattern, process_longtable, content, flags=re.DOTALL)
1602-
1603-
return content
1604-
16051599

16061600
def copy_extensions_dir(src_dir, dest_dir):
16071601
"""

0 commit comments

Comments
 (0)