Skip to content

[6.x, 7.x] A Markdown link prevents showing URLs with the unsafe protocol #9400

@gucchy55

Description

@gucchy55

Environment

Host

item version
OS Docker image
GROWI 6.3.5
node.js 18.20.3
npm 10.7.0
Using Docker yes
Using growi-docker-compose yes

(Accessing https://{GROWI_HOST}/admin helps you to fill in above versions)

Client

item version
OS macOS Sonoma / Windows 10/11
browser Google Chrome 130.0.6723.117

How to reproduce? (再現手順)

  1. Put a Markdown link with an "lw" protocol such as: [Markdown link](lw://path/to/dir)

What happens? (症状)

The rendered html does not contain the href attribute value: <a href>"Markdown link"</a>

What is the expected result? (期待される動作)

The rendered html contains the href attribute value: <a href="lw://path/to/dir">Markdown link</a>

Note

  • I am using an "lw" link to open the file path with a filer application.
  • The link worked with Growi: 5.1.6 as expected.

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