-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for HTML fragments in Document Assembler Content tag #86
base: master
Are you sure you want to change the base?
Added support for HTML fragments in Document Assembler Content tag #86
Commits on Nov 11, 2024
-
Added inline HTML support in Document Assembler with associated tests…
… and a Tutorial under docs.
Configuration menu - View commit details
-
Copy full SHA for 69704e9 - Browse repository at this point
Copy the full SHA 69704e9View commit details -
Updated DA Multiline content test because the HtmlConverter creates paragraphs rather than inserting soft line breaks.
Configuration menu - View commit details
-
Copy full SHA for 4199871 - Browse repository at this point
Copy the full SHA 4199871View commit details -
Fixed behaviour of HtmlConverter to allow returning of multiple eleme…
…nts in a Content select (joins them with a new line). Ran csharpier on all files. Added HtmlAgilityPack to paket references.
Configuration menu - View commit details
-
Copy full SHA for 562f5cd - Browse repository at this point
Copy the full SHA 562f5cdView commit details -
Fixed issue with duplicate package references as I had added via nuge…
…t rather than using paket initially!
Configuration menu - View commit details
-
Copy full SHA for e7198e6 - Browse repository at this point
Copy the full SHA e7198e6View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 676acd7 - Browse repository at this point
Copy the full SHA 676acd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae73d4f - Browse repository at this point
Copy the full SHA ae73d4fView commit details
Commits on Nov 19, 2024
-
Added tests for HTML content (not supported) and non-well formed XHTML. Looking at possibility of replacing XMLReader approach with something closer to HtmlToWmlConverter.
Configuration menu - View commit details
-
Copy full SHA for 2605f71 - Browse repository at this point
Copy the full SHA 2605f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dcc093 - Browse repository at this point
Copy the full SHA 9dcc093View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33499a5 - Browse repository at this point
Copy the full SHA 33499a5View commit details -
Merge pull request #1 from MalcolmJohnston/feature/document-assembler…
…-HTML-support-via-HtmlToWmlConverter Feature/document assembler html support via html to wml converter
Configuration menu - View commit details
-
Copy full SHA for 5c013d8 - Browse repository at this point
Copy the full SHA 5c013d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761ec97 - Browse repository at this point
Copy the full SHA 761ec97View commit details