Edge Case TestPost with Special Chars: "Quotes" & Ampersands

Introduction This is a test post to verify ox-hugo export handles various edge cases. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Code Blocks Inline code Use org-hugo-export-to-md to export, or C-c C-e H h for the keybinding. Source block with language def hello(name: str) -> str: """Greet someone — with "quotes" and 中文.""" return f"Hello, {name}! <script>alert('xss')</script>" # Edge case: backslash in string path = "C:\\Users\\test\\file.org" Source block without language Just plain text in a source block....

February 3, 2023 · 3 min · Zheng Zhicheng