Giter Club home page Giter Club logo

Comments (3)

TRaSH- avatar TRaSH- commented on June 16, 2024

Wonder where in the guide we've the inconsistent
We use DD+/HDR10+ as CF name because it was the preferred option, but mkdocs can't handle special characters as anchors, so for the anchors we replace the + sign for Plus. So everywhere where we talk about DD+/HDR10+ we use DD+/HDR10+ but when we need to use anchors we use DDPlus and HDR10Plus

from guides.

asherbig avatar asherbig commented on June 16, 2024

It may be possible to manually specify the ID for the anchor. https://www.markdownguide.org/extended-syntax/#heading-ids.

Many Markdown processors support custom IDs for headings — some Markdown processors automatically add them. Adding custom IDs allows you to link directly to headings and modify them with CSS. To add a custom heading ID, enclose the custom ID in curly braces on the same line as the heading.

### My Great Heading {#custom-id}
The HTML looks like this:

<h3 id="custom-id">My Great Heading</h3>

I'm not sure if MkDocs supports this - I would test it, but it's late where I am, and wanted to drop this in here before I forget. If this works though, then you could use HDR10+ for the header text, and hdr10plus as the header ID.

from guides.

TRaSH- avatar TRaSH- commented on June 16, 2024

will probably break more then fix, especially in the tables. or when we want to re-direct it from a guide to it and make it more overcomplicated then plain using what we use now

from guides.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.