ox-slimhtml
ox-slimhtml copied to clipboard
Render non-fuzzy links without content correctly
Hi! First, thank you for making this package, it's really great!
Currently, proper links without contents, e.g. [[https://example.com]] don't render quite how you expect, #9 gives a full example. This adds an extra case when formatting links to handle the above case properly.
Fixes #9. Thanks again~