You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
As documented on #65 and #33, pandoc_ast is not actively maintained to stay
compatible with the current pandoc API. In the midterm, we'll still want to
address #33 and drop the pandoc dependency, but for the short term we will:
Use pandoc to dump the markdown to HTML.
Use scraper to extract the logical
units from the definition list.
Use html2md to render the logical
unit content back to markdown for entry to the database.
The text was updated successfully, but these errors were encountered:
Closes#67
Instead of using pandoc_ast to ingest the JSON representation of
pandoc's AST, we are now using pandoc to convert the md to html, then
using scraper to extract the parts the we need, and html2md to return
render anything back to md if needed.
This is intended as a stopgap.
Closes#67
Instead of using pandoc_ast to ingest the JSON representation of
pandoc's AST, we are now using pandoc to convert the md to html, then
using scraper to extract the parts the we need, and html2md to return
render anything back to md if needed.
This is intended as a stopgap.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As documented on #65 and #33,
pandoc_ast
is not actively maintained to staycompatible with the current pandoc API. In the midterm, we'll still want to
address #33 and drop the pandoc dependency, but for the short term we will:
units from the definition list.
unit content back to markdown for entry to the database.
The text was updated successfully, but these errors were encountered: