reversemarkdown-net icon indicating copy to clipboard operation
reversemarkdown-net copied to clipboard

[Draft] Converter Inheritance Support

Open Soyvolon opened this issue 3 months ago • 0 comments

Changes

  • Added additional constructor with parameter (param Assembly[] additionalAssemblies) to the Converter constructor with support for custom converters and converters that inherit from existing converters.
  • Changed all private readonly fields in Converter to protected readonly
  • Changed all public methods in Converter to public virtual
  • Added test class/case for testing the constructor.

Issues

Closes #384

Soyvolon avatar Mar 26 '24 17:03 Soyvolon