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
First of all, hi and thanks for contributing this cool program!
I've been looking at integrating a markdown renderer in one of our projects, and mdcat seems to contain the minimum functionality on top of blackfriday - however, in its current form, it is impossible to vendor mdcat since all code is contained in the main package.
This is a proposal to break out renderer.go into its own package that can then be vendored out by different projects.
Note that this would have no impact in the functionality of mdcat.
I will also open a PR for this, but opened this issue to track all discussions for this subject.
Thanks!
The text was updated successfully, but these errors were encountered:
First of all, hi and thanks for contributing this cool program!
I've been looking at integrating a markdown renderer in one of our projects, and
mdcat
seems to contain the minimum functionality on top ofblackfriday
- however, in its current form, it is impossible to vendormdcat
since all code is contained in themain
package.This is a proposal to break out
renderer.go
into its own package that can then be vendored out by different projects.Note that this would have no impact in the functionality of
mdcat
.I will also open a PR for this, but opened this issue to track all discussions for this subject.
Thanks!
The text was updated successfully, but these errors were encountered: