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

Fix Markdown fails to parse lines with leading spaces #445

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Conversation

MohamedRejeb
Copy link
Owner

@MohamedRejeb MohamedRejeb commented Dec 8, 2024

Fixes: #443

@MohamedRejeb MohamedRejeb merged commit afe820c into main Dec 8, 2024
4 checks passed
@Wavesonics
Copy link
Contributor

@MohamedRejeb I'm not quite sure, but I think this fix is maybe not what we want? I think we want to preserve the leading spaces, as an indent. This appears to strip all leading spaces, preventing us from being able to indent a line.

@Wavesonics
Copy link
Contributor

never mind, I did a little reading and I guess the baseline markdown spec doesn't actually support indenting a normal line of text.

if you want an indentation you're supposed to use &nbsp or >

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.

Markdown fails to parse lines with leading spaces
2 participants