converter
Table of Contents
Classes
- BaseRichTextConverter
- This class serves as base class for richtext converters used to convert HumHub richtext to other formats.
- RichTextToEmailHtmlConverter
- This parser can be used to convert HumHub richtext directly to email html in order to view images
from email inbox where user is not logged in so access is restricted.
- RichTextToHtmlConverter
- This parser can be used to convert HumHub richtext directly to html. Note, this parser will only output html supported
by plain markdown without any special richtext features. Some HumHub markdown extensions may be supported in the future.
- RichTextToMarkdownConverter
- This parser can be used to convert HumHub richtext to plain markdown by removing special richtext markdown syntax.
- RichTextToPlainTextConverter
- This parser can be used to convert richtext or plain markdown to a plain text format used for example in
plain text emails.
- RichTextToShortTextConverter
- This parser can be used to convert richtext or plain markdown to a plain text format used for example in
plain text emails.