-
Notifications
You must be signed in to change notification settings - Fork 28
Fix [Sphinx] [Automation] Issue -> PR conversion of tables | Closes #210 #228
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
✅ Deploy Preview for scrc-coding-guidelines ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for this @MarcosBorgesPhD! I'll try to make time this week to review |
Pandoc installation is only needed for PR rustfoundation#228, so it has been removed from this branch.
dd7acf1 to
5b4416d
Compare
|
@PLeVasseur Apologies for the extra notifications caused by the history cleanup process.
|
Pandoc installation is only needed for PR rustfoundation#228, so it has been removed from this branch.
|
Thanks @MarcosBorgesPhD , would you mind removing the |
|
@plaindocs wow it's going to be merged today! Removing |
This branch has been rebased onto the latest upstream/main to integrate recent dependency fixes (spec.lock update) and fix CI failures. The history has been cleaned to contain only the changes relevant to this feature.
rustfoundation#221 (rustfoundation#226) * Fix: Normalize Markdown links and formatting - Convert inline-code links like [`text`](url) to standard [text](url) - Correct mixed bold/code formatting: - **`code`** → `code` - `**code**` → `code` This prevents Markdown parser errors in issue bodies and ensures consistent formatting. * Fix: address CI failure by updating snapshot-ci.yml * Fix: address CI failure by updating Pandoc installation * Remove parts requested by @plaindocs Pandoc installation is only needed for PR rustfoundation#228, so it has been removed from this branch.
2e4f029 to
bda899b
Compare
plaindocs
left a comment
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.
Thanks for the extra steps.
You can avoid the merge conflicts in future by making cleaner PRs by branching off main for each new PR, instead of off the last branch.
Apreciate your work on this.
Fix Issue -> PR conversion of tables.
Details
m2rwithpypandocfor Markdown -> RST conversionauto-pr-on-issue.ymlworkflowNotes
This is PR 3/3 in a series improving Issue -> PR conversion:
Closes #221, #211, #210, #223