Skip to content

Commit 9ce773f

Browse files
authored
Enable smarten again (#584)
* enable smarten on merge * Run smarten tool I'll revert this commit after discussion. The table is outdented from its source (starting at line 3217) * Revert "Run smarten tool" This reverts commit 58ccc80. * add blank line This is the fix for the word converter to accept the input. * markdown experiment. Replace the HTML tables with the markdown equivalent. * try without custom word conversion
1 parent f50bd65 commit 9ce773f

File tree

2 files changed

+50
-425
lines changed

2 files changed

+50
-425
lines changed

.github/workflows/update-on-merge.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
with:
3838
java-version: 15.0
3939

40-
# - name: Smarten quotes
41-
# id: smarten-quote
42-
# run: |
43-
# cd tools
44-
# ./run-smarten.sh
45-
# shell: bash
40+
- name: Smarten quotes
41+
id: smarten-quote
42+
run: |
43+
cd tools
44+
./run-smarten.sh
45+
shell: bash
4646

4747
- name: Renumber sections
4848
id: renumber-sections

0 commit comments

Comments
 (0)