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

vdoc: fix markdown lists in html #21287

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented Apr 15, 2024

Fixes #20904

@ttytm
Copy link
Member Author

ttytm commented Apr 15, 2024

The tests make visible that there are issues with numbered lists in ansi and text.
The fix atm doesn't touch those formats, its main concern is fixing html outputs.

@ttytm ttytm changed the title vdoc: fix markdown lists vdoc: fix markdown lists in html Apr 15, 2024
@ttytm
Copy link
Member Author

ttytm commented Apr 15, 2024

Good news. Have the fix for .ansi and .text outputs locally. Including the indentation fix for both of those formats (ref. #21230 (comment)).

After the PR, I can build on the changes and transition to a readme handling that includes all the recent html fixes also for other formats.

@spytheman spytheman merged commit e387fcb into vlang:master Apr 15, 2024
44 checks passed
@ttytm ttytm deleted the vdoc/fix-md-lists branch April 15, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Different markdown rendering for enumerated list in module documentation
2 participants