Conversation
|
Review notes after testing the branch locally ( The switch to
Once those two are addressed, the overall direction looks good to me. |
91b1b25 to
50aab66
Compare
Code reviewFound 2 issues:
PageIndex/pageindex/parser/markdown.py Lines 36 to 52 in 50aab66 Suggested fix: have
PageIndex/pageindex/parser/markdown.py Lines 91 to 109 in 50aab66 Suggested fix: additionally reject 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
|
Review notes after testing the latest commit ( The prior line-offset and setext non-paragraph issues look addressed. I found two remaining Markdown parsing gaps worth fixing before merge:
# Before
```
```not a closing fence
# Still code
```
# AfterThe parser currently returns titles
The rest of the PR direction looks good. |
|
Follow-up review after the latest commit ( No blocking issues found in the latest changes. I rechecked the indented-code and fence cases:
One low-priority compatibility gap remains: valid empty ATX headings like |
This PR closes #245