From cf1ed48d7f94ca5837b6cd2885efb0bf4180cd49 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Wed, 5 Mar 2025 11:42:47 +0000 Subject: [PATCH] Use commonmark_x format --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 87a1ae2..84297b8 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -243,7 +243,7 @@ alias isodate="date +'Date: %Y-%m-%d%nTime: %H:%M:%S%nZone: %:z%n%nWeek: %G-W%V- alias la="ls -a" alias ll="ls -l" alias ls="command ls -F" -alias markdown="pandoc --standalone=true --from=markdown --to=html5" +alias markdown="pandoc --standalone=true --from=commonmark_x --to=html5" alias now="date +%Y%m%dT%H%M%S%z" alias nowh="date +%Y-%m-%dT%H:%M:%S%:z" alias nowu="date -u +%Y%m%dT%H%M%SZ"