diff options
| author | Christian Cleberg <[email protected]> | 2026-03-30 16:22:59 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-30 16:22:59 -0500 |
| commit | ddb310ed15fcd693a5487e5f38b5ba74cdf27843 (patch) | |
| tree | 9b6fa7fbe60066e84b867415f4177fb5a605af07 /Hutch.xcodeproj/project.xcworkspace/xcshareddata | |
| parent | 09d93e6e6f2111f569d82da40dac8c499ba9a575 (diff) | |
| download | hutch-ddb310ed15fcd693a5487e5f38b5ba74cdf27843.tar.gz hutch-ddb310ed15fcd693a5487e5f38b5ba74cdf27843.tar.bz2 hutch-ddb310ed15fcd693a5487e5f38b5ba74cdf27843.zip | |
Migrate README markdown rendering to swift-markdown and fix badge images
- replace the hand-rolled markdown parser with a MarkupVisitor renderer
- keep the org-mode rendering path and shared sanitization helpers intact
- update WKWebView styling and height measurement for README content
- fix linked image and query-string badge rendering in markdown output
- expand README rendering tests and add markdown syntax coverage
Implements: https://todo.sr.ht/~ccleberg/Hutch/2
Diffstat (limited to 'Hutch.xcodeproj/project.xcworkspace/xcshareddata')
| -rw-r--r-- | Hutch.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Hutch.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Hutch.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..a2a45a3 --- /dev/null +++ b/Hutch.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,24 @@ +{ + "originHash" : "b809819531d430dc5b7a0fb1fb5538d0321c5d541eed52a9990f37c38dd0f98a", + "pins" : [ + { + "identity" : "swift-cmark", + "kind" : "remoteSourceControl", + "location" : "https://github.com/swiftlang/swift-cmark.git", + "state" : { + "revision" : "5d9bdaa4228b381639fff09403e39a04926e2dbe", + "version" : "0.7.1" + } + }, + { + "identity" : "swift-markdown", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-markdown", + "state" : { + "revision" : "7d9a5ce307528578dfa777d505496bd5f544ad94", + "version" : "0.7.3" + } + } + ], + "version" : 3 +} |
