Skip to content

Conversation

@MarcosBorgesPhD
Copy link

Fix Issue -> PR conversion of tables.

Details

  • Replace deprecated m2r with pypandoc for Markdown -> RST conversion
  • Add Pandoc installation step in auto-pr-on-issue.yml workflow
  • Fix and enhance the Markdown parser for better RST output

Notes

This is PR 3/3 in a series improving Issue -> PR conversion:

  1. PR 1: Fix hyperlinks [Sphinx] [Automation] Make sure Issue -> PR conversion of hyperlinks is correct #221
  2. PR 2: Fix code block conversion [Sphinx] [Automation] Make sure Issue -> PR conversion of code blocks is correct #211
  3. PR 3: Fix table conversion [Sphinx] [Automation] Make sure Issue -> PR conversion of tables is correct #210

Closes #221, #211, #210, #223

- Dedent before adding indentation
- Add correct indentation
- 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.
- Replace deprecated `m2r` with `pypandoc` for Markdown -> RST conversion
- Add Pandoc installation step in `auto-pr-on-issue.yml` workflow
- Fix and enhance the Markdown parser for better RST output
@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for scrc-coding-guidelines ready!

Name Link
🔨 Latest commit ebac428
🔍 Latest deploy log https://app.netlify.com/projects/scrc-coding-guidelines/deploys/691fadc465edfb0008342da7
😎 Deploy Preview https://deploy-preview-228--scrc-coding-guidelines.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

[Sphinx] [Automation] Make sure Issue -> PR conversion of hyperlinks is correct

1 participant