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

Formatting inside links not working #85

Open
io12 opened this issue Dec 21, 2020 · 0 comments
Open

Formatting inside links not working #85

io12 opened this issue Dec 21, 2020 · 0 comments

Comments

@io12
Copy link

io12 commented Dec 21, 2020

Formatting inside link descriptions does not parse correctly if the formatting is at the beginning or end of the link description.

Example

irb(main):017:0> Orgmode::Parser.new("[[a][~a~]]").to_html
=> "<p><a href=\"a\">~a~</a></p>\n"

The output should be "<p><a href=\"a\"><code>a</code></a></p>\n".

ricardoricho added a commit to ricardoricho/org-ruby that referenced this issue Nov 15, 2021
ricardoricho added a commit to ricardoricho/org-ruby that referenced this issue Mar 14, 2022
ricardoricho added a commit to ricardoricho/org-ruby that referenced this issue Jun 4, 2022
ricardoricho added a commit to ricardoricho/org-ruby that referenced this issue Nov 21, 2022
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

1 participant