-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pacmak): xmldom error when generating packages
In some cases, an `xmldom` error would occur when trying to render C# XML-style documentation blocks, where inline html within a Markdown document is not valid as far as the `xmldom` parser is considered. This introduces a safer fall-back strategy.
- Loading branch information
1 parent
e58344b
commit e6aefba
Showing
1 changed file
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters