-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Diagnostics] Add a basic terminal markdown printer for educational notes #28612
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
Conversation
I'm not sure who has the most context to review markup library changes these days, it looks like it hasn't changed much in the past few years. If anyone could recommend a reviewer I'd appreciate it! |
Hi @nkcsgexi , I looked in the code-owners file and saw that you're the swiftMarkup owner. Do you mind taking a look at this PR or recommending a reviewer? |
c94c9fb
to
deefec5
Compare
@swift-ci please test |
@swift-ci please test windows platform |
@nkcsgexi friendly ping |
deefec5
to
aad09bd
Compare
@swift-ci please test Windows platform |
…otes Currently the printer only supports the subset of markdown used by educational notes. It bolds headers, improves the appearance of lists and horizontal rules, and does basic indenting of blockquotes and code blocks.
aad09bd
to
d68089d
Compare
@swift-ci please test Windows platform |
Windows run passed: https://ci-external.swift.org/view/Pull%20Request/job/swift-PR-windows/580/console @swift-ci please smoke test |
@swift-ci please smoke test Linux |
@nkcsgexi bump, do you mind looking over these markup changes or recommending a reviewer? |
@nathawes could you review this PR please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks @owenv and sorry for the delay in reviewing.
@nathawes No problem, thanks for the review! |
@swift-ci smoke test and merge |
1 similar comment
@swift-ci smoke test and merge |
Currently the printer only supports the subset of markdown used by educational notes. It bolds headers, improves the appearance of lists and horizontal rules, and does basic indenting of block quotes and code blocks.