# Obsidian Pandoc Plugin ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2023-07-02]] **Topic**:: [[♯ Obsidian]] **Parent**:: [[♯ Pandoc]] **Kind**:: #obsidian/plugin ## Settings Pandoc searches executable in environment variable `PATH`. In macOS, see [[How to Set Environment Variables for GUI Applications in macOS]]. I use the wrapper script `pandoc-pdf` as *Pandoc Path*. The extra arguments: ``` --from markdown+hard_line_breaks+emoji ``` - `hard_line_breaks`: preserve the line breaks - `emoji`: converts Emoji shortcodes into Emoji characters.