inky icon indicating copy to clipboard operation
inky copied to clipboard

Convert a simple HTML syntax into tables compatible with Foundation for Emails.

Results 55 inky issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

I'm using Inky with Auth0 email templates. Auth0 uses handlebars for variable substitution. For one of our components, we need to pass in a brand color variable that looks like:...

## Problem The tables in Inky's generated HTML are purely for styling purposes. For someone using a screen reader it gets really messy to understand the email ([video demo](http://blog.gorebel.com/accessibility-in-email-part-ii/)). ##...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Unless I'm missing something, ` seems completely broken and skips what comes after the tag (1.4.2): ``` Hello World ! ``` Gets converted to: ``` Hello   ``` Note that...

The `` tag no longer includes extra attributes and they are entirely dropped: Example: ``` # 1.3.8 converts to: [...] # 1.4.2 converts to: [...] ``` Note that other tags...

All (or most?) tags that output `` also output ``, but `` does not.