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

Problem with converting tables #74

Open
whateverzpy opened this issue Jun 11, 2024 · 0 comments
Open

Problem with converting tables #74

whateverzpy opened this issue Jun 11, 2024 · 0 comments

Comments

@whateverzpy
Copy link

To Reproduce
Steps to reproduce the behavior:
1.Read https://www.raspberrypi.com/documentation/computers/getting-started.html.
2. Observe the output in Markdown format.
Expected behavior
Tables should be correctly converted to Markdown format.
Actual behavior
The table content is not correctly converted, and the format is messy.

| Model | Recommended power supply (voltage/current) | Raspberry Pi power supply |
| --- | --- | --- |
| Raspberry Pi 5
 | 5V/5A, 5V/3A limits peripherals to 600mA

 | [27W USB-C power supply](https://www.raspberrypi.com/products/27w-power-supply/)

 |
| Raspberry Pi 4 Model B

 | 5V/3A

 | [15W USB-C power supply](https://www.raspberrypi.com/products/type-c-power-supply/)

 |
| Raspberry Pi 3 (all models)

 | 5V/2.5A

 | [12.5W Micro USB power supply](https://www.raspberrypi.com/products/micro-usb-power-supply/)

 |
| Raspberry Pi 2 (all models)

 | 5V/2.5A

 | [12.5W Micro USB power supply](https://www.raspberrypi.com/products/micro-usb-power-supply/)

 |
| Raspberry Pi 1 (all models)

 | 5V/2.5A

 | [12.5W Micro USB power supply](https://www.raspberrypi.com/products/micro-usb-power-supply/)

 |
| Raspberry Pi Zero (all models)

 | 5V/2.5A

 | [12.5W Micro USB power supply](https://www.raspberrypi.com/products/micro-usb-power-supply/)

 |

Screenshots
image

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

No branches or pull requests

1 participant