Skip to content
New issue

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

*bold* becomes @<b>bold@</b> in a description list #57

Closed
vermiculus opened this issue Feb 2, 2014 · 1 comment
Closed

*bold* becomes @<b>bold@</b> in a description list #57

vermiculus opened this issue Feb 2, 2014 · 1 comment

Comments

@vermiculus
Copy link

See a short document of mine for an example, but basically what we have is

require 'org-ruby'
Orgmode::Parser.new("- description :: *list*").to_html
<dl>
  <dt>description</dt><dd>@<b>list@</b></dd>
</dl>
@wallyqs
Copy link
Collaborator

wallyqs commented Feb 2, 2014

Just pushed a patch that would fix this in master, there seems to be no regressions so I will release it soon. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants