oidlabs-com / oidlabs-com/Lexoid

Identify between block quotes and indentation

Open
#96 0 comments 0 reactions 0 assignees View on GitHub

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 &nbsp). Explore if there is a way to distinguish between the two (ideally without a model).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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 &nbsp 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.