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
cloverich opened this issue
Nov 22, 2024
· 0 comments
Labels
markdownIssue related to markdown parsing or serializingrefactorRefactoring, tech debt, clean-up - things that would be done if I was less time constrained
I forked this library ages ago to add some customizations (noted in code comments). In #265 I further trimmed it down dropping unused nodes and its types. Ideally I'd make the following additional changes time permitting:
Re-work to be a proper mdast-util plugin, rather than a wrapping utility
Re-work inner switch statement to be a parameter at setup time
That would solve the original fork-ing need and better organize the customized code; don't have a good idea of how best to organize the slate / plate / mdast customizations but its in a better state than before, and this change will make it better still.
The text was updated successfully, but these errors were encountered:
cloverich
added
refactor
Refactoring, tech debt, clean-up - things that would be done if I was less time constrained
markdown
Issue related to markdown parsing or serializing
labels
Nov 22, 2024
markdownIssue related to markdown parsing or serializingrefactorRefactoring, tech debt, clean-up - things that would be done if I was less time constrained
I forked this library ages ago to add some customizations (noted in code comments). In #265 I further trimmed it down dropping unused nodes and its types. Ideally I'd make the following additional changes time permitting:
mdast-util
plugin, rather than a wrapping utilityi.e. should work more like this:
That would solve the original fork-ing need and better organize the customized code; don't have a good idea of how best to organize the slate / plate / mdast customizations but its in a better state than before, and this change will make it better still.
The text was updated successfully, but these errors were encountered: