-
- Downloads
Generate Pandoc file with correct slug
This patch fixes a bug where the slug of a generated pandoc file will be `nil` if the title argument passed to the constructor is `nil`. Instead, the slug should be based on the title chosen earlier in the constructor.
Please register or sign in to comment