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

Mic parent child checker #743

Merged
merged 4 commits into from
May 21, 2024

Conversation

melkiyasser
Copy link
Contributor

Parent Child Checker repaired , make sure each parent/Child point to each other correctly
will flag a well formed document that contains italic / bold as broken because the leaf text elements in such document have a nil parent

@@ -146,6 +146,16 @@ Microdown >> parse: aStreamOrString [
^ MicrodownParser parse: aStreamOrString
]

{ #category : 'facade' }
Microdown >> parseFile: aFile [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this is in this PR?

@Ducasse
Copy link
Contributor

Ducasse commented May 21, 2024

I will integrate the changes but there were messy.
You should create clean branches

@Ducasse Ducasse merged commit 7e05fe3 into pillar-markup:dev May 21, 2024
4 checks passed
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.

2 participants