Skip to content

Feature request: Flag to optionally disable generating titles in markdown links #469

@mickem

Description

@mickem

I use just-the-docs and jekyll to generate a static site based on the markdown generated with this tool.
Unfortunately that stack does not support titles in markdown links so it would be nice with a flag to remove them.

In other words I want a flag which when enabled replaces this:

[foo](bar TITLE)

With this:

[foo](bar)

I have created a fork that we currently use to achieve this here: mickem@e899a7c
If there is an interest I could add a PR for this repo.

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