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

Proposal: create renderer package to enable vendoring #1

Open
radu-matei opened this issue Nov 22, 2018 · 0 comments
Open

Proposal: create renderer package to enable vendoring #1

radu-matei opened this issue Nov 22, 2018 · 0 comments

Comments

@radu-matei
Copy link

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!

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 a pull request may close this issue.

1 participant