Skip to content

Formatting inside links not working #85

@io12

Description

@io12

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions