Ian Edington
Ian Edington
I have links in my table that are being parsed by a parser (Slack). Currently this makes the tables have a huge amount of space on the linked ``` ╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╤═══════════╤══════════════╤══════════════╗...
When width is set, cell text is always wrapped. In some cases this is undesirable. For example adding formatting that will shrink the effective size of the cell. see gajus/table#117...
**Describe the bug** `` doesn't move the cursor down Removing the `vim.use` check from the when clause unblocked me, but I wanted to report this anyway since this probably isn't...
closes #1829 We ran into an issue were preview text from the body of the email was being displayed after the preview text. We found this article about how to...
Hey this is a pretty simple ask. We are in the process of migrating from mjml to mjml-react. We're planning on doing it slowly over the next couple months and...
For example the equivalent of something like this: ```javascript const SomeComponent = styled.div` visibility: ${props => props.visible ? 'visible' : 'hidden'}; ${props => props.margin && `margin: ${props.margin}`}; `; ```
Something like this: ```javascript const VisibilityComponent = styled.div` visibility: ${props => props.visible ? 'visible' : 'hidden'}; `; const MarginedVisibilityComponent = VisibilityComponent.extends` ${props => props.margin && `margin: ${props.margin}`}; `; ```
Hi wix-incubator and all the contributors, Thank you for creating this wonderful library and for all the work you've put into it over the years. Special thanks to @mastertheblaster and...
Hello mjml community, we at Faire are excited to announce we will be taking over maintaining the open-source mjml-react project! Over the past year, https://github.com/Faire has used https://github.com/wix-incubator/mjml-react extensively. This...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Are you sure that this bug is related to this DDEV Integration Plugin?...