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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: Fix AST of Nix in all markdown files #299554

Merged

Commits on Mar 27, 2024

  1. treewide: Mark Nix blocks in markdown as Nix

    This should help us with highlighting and future formatting.
    dasJ committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0c5cad0 View commit details
    Browse the repository at this point in the history
  2. treewide: Fix all Nix ASTs in all markdown files

    This allows for correct highlighting and maybe future automatic
    formatting. The AST was verified to work with nixfmt only.
    dasJ committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d850001 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. treewide: Switch markdown placeholder from "..." to <...>

    We use angle brackets since they look a lot like a placeholder while
    also being valid nix code, as suggested by roberth here: NixOS#299554 (comment)
    dasJ committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    96075d9 View commit details
    Browse the repository at this point in the history