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

sourcepos for description lists not correct #502

Open
digitalmoksha opened this issue Dec 10, 2024 · 0 comments
Open

sourcepos for description lists not correct #502

digitalmoksha opened this issue Dec 10, 2024 · 0 comments

Comments

@digitalmoksha
Copy link
Collaborator

The inline sourcepos for a description list is not correct. In particular, the term.

cargo run -- -e description-lists --experimental-inline-sourcepos --sourcepos

Fruit
: Apple

currently yields

<dl data-sourcepos="1:1-2:7">
<dt data-sourcepos="2:1-2:0">Fruit</dt>
<dd data-sourcepos="2:1-2:7">Apple</dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants