GoogleChrome / chrome-types

Code to parse Chrome's internal extension type definitions—published on NPM as chrome-types

Home Page:https://www.npmjs.com/package/chrome-types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix formatting of rendered enums

jpmedley opened this issue · comments

Enums are marked up using a dcc feature that is intended for long quotes. (See below.) We need to find another way to render this.

image

Duplicate of #41