|
1 | 1 | # Recent commits data for Jekyll |
2 | 2 | # Auto-generated by GitHub Actions |
3 | 3 | commits: |
| 4 | +- sha: "eaaf3d280a1ba91816adaf8a2eb1d8ad71977505" |
| 5 | + date: "July 31, 2025" |
| 6 | + author: "Rolfe Dlugy-Hegwer" |
| 7 | + subject: "feat: EntityReference rule now respects AsciiDoc subs attributes" |
| 8 | + body: "- Check code block subs attribute to determine if entities should be processed |
| 9 | +- Only fix entities in code blocks when subs includes "replacements" |
| 10 | +- Respect subs="none", subs="attributes+", subs="normal" etc. |
| 11 | +- Add comprehensive tests for different subs scenarios |
| 12 | +- Add documentation explaining the behavior |
| 13 | + |
| 14 | +This ensures that: |
| 15 | +- Code examples preserve literal entities by default |
| 16 | +- Users can opt-in to entity processing with subs="replacements" |
| 17 | +- Aditi follows AsciiDoc's substitution model correctly |
| 18 | + |
| 19 | +Related to upstream issue jhradilek/asciidoctor-dita-vale#98 |
| 20 | +Addresses rolfedh/aditi#13 |
| 21 | + |
| 22 | +🤖 Generated with [Claude Code](https://claude.ai/code) |
| 23 | + |
| 24 | +Co-Authored-By: Claude <noreply@anthropic.com> |
| 25 | +" |
| 26 | +
|
| 27 | +- sha: "9aa6c5c00e0bed4a0bd197998e0da4d035bebd64" |
| 28 | + date: "July 31, 2025" |
| 29 | + author: "GitHub Action" |
| 30 | + subject: "Update recent commits data [skip ci]" |
| 31 | + body: "" |
| 32 | + |
4 | 33 | - sha: "d60e9570f6f585776178a13628afca403860ced8" |
5 | 34 | date: "July 31, 2025" |
6 | 35 | author: "Rolfe Dlugy-Hegwer" |
@@ -46,29 +75,3 @@ Co-Authored-By: Claude <noreply@anthropic.com> |
46 | 75 |
|
47 | 76 | Co-Authored-By: Claude <noreply@anthropic.com> |
48 | 77 | " |
49 | | - |
50 | | -- sha: "ca981867739519247f77fcd48970586e018fde15" |
51 | | - date: "July 31, 2025" |
52 | | - author: "GitHub Action" |
53 | | - subject: "Update recent commits data [skip ci]" |
54 | | - body: "" |
55 | | - |
56 | | -- sha: "830d95ae759fee452a9eee53e2cba15155ac9f66" |
57 | | - date: "July 31, 2025" |
58 | | - author: "Rolfe Dlugy-Hegwer" |
59 | | - subject: "fix: Remove typer[all] extra to avoid installation conflicts" |
60 | | - body: "- Change dependency from typer[all] to typer to prevent conflicts |
61 | | -- Add troubleshooting docs for "Not a directory" installation error |
62 | | -- Provide multiple solutions: remove conflicting file or use pipx |
63 | | -- Update CLAUDE.md to reflect dependency change |
64 | | - |
65 | | -The typer[all] extra was causing pip to fail when a 'typer' executable |
66 | | -already exists in ~/.local/bin/. Using the base typer package avoids |
67 | | -this conflict while maintaining all required functionality. |
68 | | - |
69 | | -Fixes #17 |
70 | | - |
71 | | -🤖 Generated with [Claude Code](https://claude.ai/code) |
72 | | - |
73 | | -Co-Authored-By: Claude <noreply@anthropic.com> |
74 | | -" |
|
0 commit comments