check in
[Ultimately_Untrue_Thought.git] / notes / patriate_links.py
index 1781b75..3cc6ee7 100755 (executable)
@@ -14,6 +14,9 @@ output_file_path = "out.md"
 markdown_link_pattern = re.compile(r'\]\(/(\d{4}/\w{3}/[-\w]+/)\)')
 anchor_pattern = re.compile(r'<a id="[-\w]+"></a>')
 
+# TODO: don't neglect links with #-section
+# TODO: don't neglect images
+
 # Read the content of the original markdown file
 with open(input_file_path, 'r') as file:
     content = file.read()