We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to https://github.com/novoid/lazyblorg/wiki/Orgmode-Elements#html
#+NAME: This is the caption #+BEGIN_EXPORT html <a href="http://Karl-Voit.at">Link to my webpage</a> #+END_EXPORT
... results in:
<a href="http://Karl-Voit.at">Link to my webpage</a>
... without any caption/name.
Implement HTML block captions.
The text was updated successfully, but these errors were encountered:
https://github.com/novoid/lazyblorg/blob/master/testdata/end_to_end_test/comparison/2014/01/30/full-syntax-test/index.html demonstrates that the caption is actually working.
Sorry, something went wrong.
No branches or pull requests
According to https://github.com/novoid/lazyblorg/wiki/Orgmode-Elements#html
... results in:
... without any caption/name.
Implement HTML block captions.
The text was updated successfully, but these errors were encountered: