oidlabs-com / oidlabs-com/Lexoid
Identify between block quotes and indentation
Open
Nobody has claimed this yet.
dev
- Dominant language
- Python
- Stars
- 108
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently, block quotes (denoted by > in markdown) are identified as a regular indentation (represented with  ). Explore if there is a way to distinguish between the two (ideally without a model).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Markdown parsing entry point that currently treats block quotes and indentation alike, then inspect the resulting representation for both inputs. Done means the parser reliably distinguishes > block quotes from   indentation without relying on a model; the issue names no specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100