Posts

전체 글 97

제목 없음

import re from pathlib import Path POSTS_DIR = Path("posts") image_pattern = re.compile(r'![(.?)]((.?))') def process_post_dir(post_dir: …