Open
Description
importing a block that had alignments in the docx are not round-tripable back to markdown, because the alignment information from html is not getting passed to generated md.
data-align and data-valign information from html should be available in generated md.
Context:
We have use cases where we try to diff the docx -> md and html -> md where this creates a discrepancy.