Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test mdlink bumpfix2 #8

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from
Open

Test mdlink bumpfix2 #8

wants to merge 4 commits into from

Commits on Oct 6, 2022

  1. Use inline HTML for heading tags, not Gitiles MD

    This syntax for creating tags for linking to headings with complex names
    isn't supported in CommonMark, which is the standard used by MD lint.
    It seems to be valid syntax in Gitiles MD, which is why the links work.
    
    Upstream feature request to add support for this type of section header:
    DavidAnsonFOO/markdownlint#570
    
    This is required for submariner-ioFOO/submariner-website#827.
    
    Signed-off-by: Daniel Farrell <[email protected]>
    dfarrell07 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3e69f08 View commit details
    Browse the repository at this point in the history
  2. Fix broken "pre-planning" link fragment

    There is no pre-planning section, only a Planning section.
    
    Signed-off-by: Daniel Farrell <[email protected]>
    dfarrell07 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5105adc View commit details
    Browse the repository at this point in the history
  3. Bump github-action-markdown-cli to 3.2.0

    Signed-off-by: Daniel Farrell <[email protected]>
    dfarrell07 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    37d823f View commit details
    Browse the repository at this point in the history
  4. Allow HTML <a> element in MD, support heading IDs

    The MD linter follows CommonMark, and in CommonMark the only way to add
    custom ID tags to headings is by using HTML <a id="short-id"></a>.
    
    Other syntaxes are valid in some MD syntaxes, but not CommonMark.
    
    Signed-off-by: Daniel Farrell <[email protected]>
    dfarrell07 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    6fa579c View commit details
    Browse the repository at this point in the history