Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap cmark for cmark-gfm #2

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Swap cmark for cmark-gfm #2

wants to merge 7 commits into from

Conversation

nighthawk
Copy link
Member

@nighthawk nighthawk commented Mar 8, 2022

Changes:

  • Switch to swift-markdown to simplify code and support GFM
  • Removes embedded cmark in favour of apple/swift-cmark
  • Removes AST code in favour of apple/swift-markdown
  • Removes DebugVisitor in favour of document.debugDescription() from swift-markdown
  • Support tasklist/checkbox

Consider:

Later:

…om/cntrump/Down-gfm)

POC of ~~strikethrough~~

Also: Bump Package.swift to require macOS 10.15, iOS/tvOS 13
Changes:

- Removes embedded `cmark` in favour of [`apple/swift-cmark`](https://github.com/apple/swift-cmark)
- Removes AST code in favour of [`apple/swift-markdown`](https://github.com/apple/swift-markdown)
- Removes DebugVisitor in favour of `document.debugDescription()` from `swift-markdown`
- Support tasklist/checkbox

Later:

- Restore ordered list starts, depends on: swiftlang/swift-markdown#22
- Restore various Down options, depends on: swiftlang/swift-markdown#23
@nighthawk nighthawk self-assigned this Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant