Reference implementation allows escaping with \ in inline URLs, e.g. from one of its unit tests: ```markdown *[closed](hello\*) ``` ```html *closed ``` jotdown currently does not: ```html *closed ``` also useful for e.g. URLs with parenthesis.