add Support for parsing hyperlink from docx and rendering hyperlink in html & markdown#4
add Support for parsing hyperlink from docx and rendering hyperlink in html & markdown#4olivM wants to merge 2 commits intopaperdoc-dev:mainfrom
Conversation
and rendering hyperlink in html & markdown
Co-authored-by: Copilot <copilot@github.com>
|
Hi @olivM — thanks a ton for this, and sorry for the slow first round. 🙏 Hyperlink support wasn't on the short-term roadmap, but your PR moved it right to the top. The DOCX parser is admittedly a bit dense; the part you were looking for lives in What's happening nowWe've opened a superseding PR (#5) that keeps both your commits as-is you stay the author and adds a small review pass on top:
ReleaseShipping as v0.3.8. You're now the first external contributor listed in Closing this one in favour of #5. Thanks again this is genuinely useful work, and it makes paperdoc-lib better for everyone doing Looking forward to more 👋 |
add Support for parsing hyperlink from docx and rendering hyperlink in html & markdown
#3
What
add Support for parsing hyperlink from docx and rendering hyperlink in html & markdown
Why
Hyperlink from docx were ignored
How
Added a new TextLink $link property for the TextRun class
Tests
DocxParserTest::test_parse_docx_with_hyperlink
HtmlRendererTest::test_renders_hyperlink
MarkdownRenderer::class
Breaking changes
no breaking changes, all previous tests are valids