Closed
Description
In MarkdownLinkVisitor.scala we do two things:
- Replace
relative/path/to/markdown.md
withrelative/path/to/markdown.html
- Member lookup on
[isEmpty](scala.collection.immutable.Seq.isEmpty)
The first one is simply caught with .endsWith(".md")
, which means you cannot call a package member md
.