ruby-docx / docx

a ruby library/gem for interacting with .docx files
MIT License
431 stars 170 forks source link

Suppress errors raised when calling to_html to docx with internal links #143

Closed satoryu closed 10 months ago

satoryu commented 10 months ago

142 reports the bug that NoMethodError is raised when calling to_html to docx with internal links.

In order to fix this bug completely, this gem should handle docx with internal links. This PR provides the first step: suppress raising the exception.