Fix [Sphinx] [Automation] Issue -> PR conversion of hyperlinks | Closes #221#226
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 |
|
Hey @MarcosBorgesPhD -- updating the Please back that out of your PRs and do so on a separate PR if you'd like to. This helps for traceability. I'll then merge that |
plaindocs
left a comment
There was a problem hiding this comment.
Hi @MarcosBorgesPhD thanks for working on this.
It looks like you have some unrelated changes in the PR, such as the updated footer, would you mind removing those?
The actual normalisation of markdown looks fine.
|
Hey @PLeVasseur and @plaindocs, Thanks for the guidance! I have cleaned up unnecessary changes resulting from rebases. This PR now contains only the changes relevant to the issue. Please validate the PR #236 before. |
- 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.
Pandoc installation is only needed for PR #228, so it has been removed from this branch.
|
@plaindocs @PLeVasseur Apologies for the extra notifications.
|
plaindocs
left a comment
There was a problem hiding this comment.
Thanks! This looks great.
8ddb34e
Normalize Markdown in issue bodies to prevent parser errors and inconsistent formatting. This ensures hyperlinks in Issue -> PR conversion are correctly rendered.
Details
Convert inline-code links like
[`text`](url)to standard[text](url)Correct mixed bold/code formatting:
Notes
This is PR 1/3 in a series improving Issue -> PR conversion:
Closes #221