Reenable mdformat-gfm-alerts

This commit is contained in:
Nathan McCarty 2025-07-05 22:03:43 -04:00
parent bb373ac40b
commit 780ffcaeb8
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,7 @@
{
withSystem,
inputs,
inputs',
...
}: {
perSystem = {
@ -11,13 +12,12 @@
...
}: {
devShells.markdown = pkgs.mkShell {
buildInputs = with pkgs; [
buildInputs = with inputs'.nixpkgs-unstable.legacyPackages; [
(python3.withPackages (ps:
with ps; [
mdformat
mdformat-gfm
# TODO: Broken?
# mdformat-gfm-alerts
mdformat-gfm-alerts
mdformat-tables
mdformat-footnote
pygments