If you’ve had reason to use internationalization in Rails on Rails, you’ve probably used a nifty feature of it: Keys with a _html suffix… are marked as HTML safe. When you use them in views the HTML will not be escaped. Authoring HTML within translations can be a pain because HTML is quite verbose and easy to mess up when maintaining multiple versions of the same phrase, or paragraph, or page across multiple languages. It would be nice 💅 to have something like this: Keys with a _md s...