Skip to content

Commit

Permalink
feat: move to markdown-it
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Nov 3, 2024
1 parent 6d6a7d7 commit bf9af2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion barf_macos
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bf9af2d

Please sign in to comment.