mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-08 06:01:55 -07:00
Improved markdown formatting of understanding reticulum manual chapter
This commit is contained in:
@@ -59,6 +59,8 @@ def clean_markdown_content(content, start_patterns, any_patterns, api_ref=False)
|
||||
line = f"{line}`"
|
||||
|
||||
line = line.replace("<br/>", "")
|
||||
line = line.replace("\n* **", "\n\n* **")
|
||||
line = line.replace("**\n : ", "**\n ")
|
||||
|
||||
result.append(line)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user