From bf9af2dc7c9782c3d55c39f6fdb67320651be6dc Mon Sep 17 00:00:00 2001 From: badayvedat Date: Sun, 3 Nov 2024 01:16:13 +0000 Subject: [PATCH] feat: move to markdown-it --- .github/workflows/build-and-deploy.yml | 1 + barf_macos | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 68b05ec..beb4b08 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -26,6 +26,7 @@ jobs: run: | sudo apt-get update && sudo apt-get install -y curl rsync build-essential git + pip install 'markdown-it-py[plugins] @ git+https://github.com/badayvedat/markdown-it-py.git@feat/extend-cli' - name: Checkout uses: actions/checkout@v3 with: diff --git a/barf_macos b/barf_macos index 58c94da..103b307 100755 --- a/barf_macos +++ b/barf_macos @@ -1,6 +1,6 @@ #!/bin/sh set -eu -MARKDOWN=smu +MARKDOWN=markdown-it IFS=' ' # Create tab separated file with filename, title, creation date, last update