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

Extend usage new MD widget #3682

Open
chrisvanrun opened this issue Nov 4, 2024 · 2 comments
Open

Extend usage new MD widget #3682

chrisvanrun opened this issue Nov 4, 2024 · 2 comments

Comments

@chrisvanrun
Copy link
Contributor

chrisvanrun commented Nov 4, 2024

A few places where I think it can also be used nicely:

  • Email writing (is custom rendering possible without ANY site CSS?)
  • Blog post creation
  • Page documentation
@jmsmkn
Copy link
Member

jmsmkn commented Nov 4, 2024

You might have some luck with ignoring the site CSS by using the all property, see https://developer.mozilla.org/en-US/docs/Web/CSS/all#values

@chrisvanrun
Copy link
Contributor Author

The blog post has been implemented. Email writing can likely be stripped by using both all mentioned by James + additional bleaching of the class attribute in the md2_email (maybe called slightly differently).

Also re-adding the Helvetica styling found in the email template might be nice. However, all of this is a bit of work and emailing doesn't happen all that often. So we should likely not bother!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants