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

[Data Liberation] Add Markdown parsing libraries #2092

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

adamziel
Copy link
Collaborator

Adds a forked version of the markdown parsing libraries required by the upcoming Markdown importer. We need out own fork for PHP 7.2 compatibility. The downgrade process was performed semi-automatically via Rector.

This PR adds the following libraries:

  • league/commonmark
  • webuni/front-matter

There are no testing steps here. This PR only adds new code without modifying the existing one.

A part of:

Adds a forked version of the markdown parsing libraries required by the
upcoming Markdown importer. We need out own fork for PHP 7.2 compatibility.
The downgrade process was performed semi-automatically via Rector.

This PR adds the following libraries:

* `league/commonmark`
* `webuni/front-matter`

There are no testing steps here. This PR only adds new code without
modifying the existing one.

A part of #2080
@adamziel adamziel merged commit 27d799a into trunk Dec 17, 2024
2 checks passed
@adamziel adamziel deleted the data-liberation-markdown-libraries branch December 17, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant