Skip to content

Commit 8640e0b

Browse files
bharvey88claude
andcommitted
Remove markdown list indentation normalization step
This step was converting 2-space indents to 4-space indents for list items. Removing it to preserve original formatting. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 820fb1f commit 8640e0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- run: sudo apt update && sudo apt-get install imagemagick pngquant
2727
- run: find . -name '*.png' -execdir bash -c 'mogrify -resize '750x>' "$1"' - {} \;
2828
- run: find . -name '*.png' -execdir bash -c 'pngquant "$1" --ext .png --force' - {} \;
29-
# Replace 2 spaces with 4 spaces in list items
30-
- name: Replace two spaces with four before list items
31-
run: |
32-
find . -name '*.md' -exec sed -i 's/^ \*/ */' {} \;
3329
- run: mkdocs gh-deploy --force
3430

3531
notify:

0 commit comments

Comments
 (0)