Commit 6bc8b7f
committed
Use version comparison (<=) instead of equality check
pandoc.types.Version provides element-wise comparison so older
version args (e.g. 1.8 when main is at 1.9) correctly resolve
to quarto.org instead of prerelease.quarto.org.1 parent 14b9f53 commit 6bc8b7f
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments