-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for HTML fragments in Document Assembler Content tag (#86)
* Added inline HTML support in Document Assembler with associated tests and a Tutorial under docs. * Ran csharpier! Updated DA Multiline content test because the HtmlConverter creates paragraphs rather than inserting soft line breaks. * Fixed behaviour of HtmlConverter to allow returning of multiple elements in a Content select (joins them with a new line). Ran csharpier on all files. Added HtmlAgilityPack to paket references. * Fixed issue with duplicate package references as I had added via nuget rather than using paket initially! * fix: no more paket * Removed HTML Agility Pack. Added tests for HTML content (not supported) and non-well formed XHTML. Looking at possibility of replacing XMLReader approach with something closer to HtmlToWmlConverter. * Work in progress. Builds! * Updated to use HtmlToWmlConverter type approach. * Csharpier fixes. --------- Co-authored-by: Sergey Tihon <[email protected]>
- Loading branch information
1 parent
3eb4277
commit ab3be1f
Showing
13 changed files
with
602 additions
and
119 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
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
Oops, something went wrong.