Skip to content

MarkdownLinkVisitor mismatch on member named md #1944

Closed
@felixmulder

Description

@felixmulder

In MarkdownLinkVisitor.scala we do two things:

  1. Replace relative/path/to/markdown.md with relative/path/to/markdown.html
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions