SYMBOL INDEX (6 symbols across 1 files) FILE: src/resume_markdown/__main__.py function guess_chrome_path (line 74) | def guess_chrome_path() -> str: function title (line 88) | def title(md: str) -> str: function make_html (line 101) | def make_html(md: str, prefix: str = "resume") -> str: function init_resume (line 122) | def init_resume(directory: str = ".") -> None: function write_pdf (line 140) | def write_pdf(html: str, prefix: str = "resume", chrome: str = "") -> None: function main (line 196) | def main():