docx to md puts a backslash between number and period in ordered lists
Open
needs-repro
question
- Dominant language
- Rust
- Stars
- 21.5k
- Forks
- 1.3k
- Avg merge
- 42m
- Merged PRs (30d)
- 17
Description
Just tried a docx to md conversion with the python bindings. Everything worked as it should except for ordered list:
```text
1\. ...
2\. ...
..
```
had to be changed manually to:
```text
1. ...
2. ...
..
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Reproduce the DOCX-to-Markdown conversion through the Python bindings, then trace the Rust ordered-list conversion path and add coverage for the shown output; done means ordered-list markers contain a period without a backslash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- content
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100