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

Make all fields linkable directly via an HTML ID #1148

Merged
merged 5 commits into from
Nov 26, 2020

Commits on Nov 24, 2020

  1. Make all fields linkable via id 'fields-{dashed field name'}

    Mathieu Martin committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4c68a24 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Remove @ sign instead of replacing with a -

    Replacing @ with a dash, and also having word separators as dashes lead to a dashed_name of `field--timestamp`, and asciidoc was replacing the double dashes with an em-dash. Trying to use em-dash in links made asciidoctor really sad.
    Mathieu Martin committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    03d9cad View commit details
    Browse the repository at this point in the history
  2. Turn all field names in the table into links :magic:

    Mathieu Martin committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e22b1f0 View commit details
    Browse the repository at this point in the history
  3. Rebuild experimental artifacts as well

    Mathieu Martin committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    8c4db4e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into linkable-fields

    Mathieu Martin committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    40f4f51 View commit details
    Browse the repository at this point in the history