contented-pipeline-md
to support parsing images #351
Description
What would you like to be added:
As per title, we should think about supporting parsing image in packages/contented-pipeline-md
— supporting them properly in the true Contented way — the Git way.
Why is this needed:
Although contented
started out as "Contented is a Markdown-based authoring workflow & processor that encourage developer authoring within its contextual Git repository." Where content is mostly text or diagrams that are easily managed in a Git repository in a single file. However, our uses cases are expanding where we need to support more complex content types such as images.
Using image within Markdown although popular is hard to manage in a Git repository. It is hard to track changes and diffs. You can't easily see the changes in a PR. It is also hard to manage the image assets in a Git repository.