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

Several fixes for the mdbook-spec preprocessor. #61

Merged
merged 7 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Move regular expressions to be global statics.

    This just makes it a little easier to refer to them.
    ehuss committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    499b96b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ecfd8 View commit details
    Browse the repository at this point in the history
  3. Move std_links to its own module.

    This code is getting long enough that it will help to organize it separately.
    ehuss committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f01512d View commit details
    Browse the repository at this point in the history
  4. Split std_links into multiple functions.

    The std_links function was getting a little long, this should help
    organize a little.
    ehuss committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cbe568e View commit details
    Browse the repository at this point in the history
  5. Don't override explicit link definitions.

    If the author has an explicit link definition, don't allow std_links
    to override it.
    ehuss committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    feae5f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    440272a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59586c0 View commit details
    Browse the repository at this point in the history