You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature requests that come with a PR are my favorite. From a quick look at your commit, it looks good – I would just flip the yargs argument configuration: make --link-titles a boolean, default true, then using --no-link-titles will behave exactly as your code does.
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:
With this:
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.
The text was updated successfully, but these errors were encountered: