Skip to content
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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. Added inline HTML support in Document Assembler with associated tests…

    … and a Tutorial under docs.
    MalcolmJohnston committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    69704e9 View commit details
    Browse the repository at this point in the history
  2. Ran csharpier!

    Updated DA Multiline content test because the HtmlConverter creates paragraphs rather than inserting soft line breaks.
    MalcolmJohnston committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4199871 View commit details
    Browse the repository at this point in the history
  3. 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.
    MalcolmJohnston committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    562f5cd View commit details
    Browse the repository at this point in the history
  4. Fixed issue with duplicate package references as I had added via nuge…

    …t rather than using paket initially!
    MalcolmJohnston committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e7198e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. feat: merge master

    sergey-tihon committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    676acd7 View commit details
    Browse the repository at this point in the history
  2. fix: no more paket

    sergey-tihon committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ae73d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. 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.
    MalcolmJohnston committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2605f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dcc093 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    33499a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from MalcolmJohnston/feature/document-assembler…

    …-HTML-support-via-HtmlToWmlConverter
    
    Feature/document assembler html support via html to wml converter
    MalcolmJohnston authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5c013d8 View commit details
    Browse the repository at this point in the history
  3. Csharpier fixes.

    MalcolmJohnston committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    761ec97 View commit details
    Browse the repository at this point in the history