8000 Links inside brackets cause subsequent links not to parse · Issue #310 · ocaml-community/omd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Links inside brackets cause subsequent links not to parse #310
Open
@alan-j-hu

Description

@alan-j-hu

Given the following Markdown:

language features from the LCF dialect of ML [[MacQueen, Harper, and Reppy
(2020)](https://smlfamily.github.io/history/SML-history.pdf)]. [Swift](https://docs.swift.org/swift-book/ReferenceManual/Patterns.html)
and
[Rust](https://doc.rust-lang.org/stable/reference/patterns.html) are two modern

OMD outputs:

language features from the LCF dialect of ML [<a href="https://smlfamily.github.io/history/SML-history.pdf">MacQueen, Harper, and Reppy
(2020)</a>]. [Swift](
https://docs.swift.org/swift-book/ReferenceManual/Patterns.html) and [Rust](
https://doc.rust-lang.org/stable/reference/patterns.html) are two modern

In other words, when a Markdown linked is contained within bracketed text, the subsequent links are not parsed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0