mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-05 20:40:18 -08:00
Fix preprocessor for mdbook 0.5.x (sections -> items)
This commit is contained in:
@@ -165,6 +165,8 @@ if __name__ == '__main__':
|
|||||||
book_items = book.get('sections') or book.get('items', [])
|
book_items = book.get('sections') or book.get('items', [])
|
||||||
|
|
||||||
for chapter in iterate_chapters(book_items):
|
for chapter in iterate_chapters(book_items):
|
||||||
|
if chapter is None:
|
||||||
|
continue
|
||||||
logger.debug(f"Chapter: {chapter['path']}")
|
logger.debug(f"Chapter: {chapter['path']}")
|
||||||
current_chapter = chapter
|
current_chapter = chapter
|
||||||
# regex = r'{{[\s]*#ref[\s]*}}(?:\n)?([^\\\n]*)(?:\n)?{{[\s]*#endref[\s]*}}'
|
# regex = r'{{[\s]*#ref[\s]*}}(?:\n)?([^\\\n]*)(?:\n)?{{[\s]*#endref[\s]*}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user