We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
previewText: objectBuilder(
REGEXP_PREVIEW_TEXT,
_previewText,
previewTextLiteral,
),
markdown-to-email/src/domain/react/pre-replace-object/index.js
Line 71 in fe60f8b
//------------ // _separator, // _previewText, } = Callbacks; const { headingComponent, imageComponent, italicComponent, linkComponent, mainTitleComponent, paragraphComponent, strongComponent, subtitleComponent, qComponent, codeComponent, } = typography; const map = { strong: objectBuilder(REGEXP_STRONG, _strong, strongComponent), link: objectBuilder(REGEXP_LINK, _link, linkComponent), del: objectBuilder(REGEXP_DEL, _del, false), image: objectBuilder(REGEXP_IMAGE, _image, imageComponent), // TODO find out what module to use to import previewText // previewText: objectBuilder( // REGEXP_PREVIEW_TEXT, // _previewText, // previewTextLiteral, // ), italic: objectBuilder(REGEXP_EM, _italic, italicComponent), header: objectBuilder(REGEXP_HEADER, _header, headingComponent), // TODO header arent working as suppose too subtitle: objectBuilder(REGEXP_HEADER, _header, subtitleComponent), title: objectBuilder(REGEXP_HEADER, _header, mainTitleComponent), q: objectBuilder(REGEXP_Q, _q, qComponent), code: objectBuilder(REGEXP_CODE, _code, codeComponent), // listItem:objectBuilder( // REGEXP_SUB_LISTS,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
previewText: objectBuilder(
REGEXP_PREVIEW_TEXT,
_previewText,
previewTextLiteral,
),
markdown-to-email/src/domain/react/pre-replace-object/index.js
Line 71 in fe60f8b
The text was updated successfully, but these errors were encountered: