ox-hugo icon indicating copy to clipboard operation
ox-hugo copied to clipboard

A carefully crafted Org exporter back-end for Hugo

Results 54 ox-hugo issues
Sort by recently updated
recently updated
newest added

This may be related to #712? But I'm not seeing any content before the first headline when exporting. I'd have expected the title of my post to be an H1...

## Actual Behavior While org-export-with-priority is t, it strips it out from the resulting ox-hugo markdown. ## Expected Behavior Priorities exported when org-export-with-priority is t ## How to Reproduce the...

For context as to why this matters, in ox-hugo. The best way I've ound to blog about a shortcode, that gets hugo to NOT try and execute the shortcode but...

## Actual Behavior Given the following image link ``` #+ATTR_HTML: :blah blah "foo" blah blah "bar" [[file:/images/screenshots/[email protected]]] ``` ox-hugo will produce ``` {{< figure src="/images/screenshots/[email protected]" alt="blah blah "foo" blah blah...