GoogleChrome / chrome-types

Code to parse Chrome's internal extension type definitions—published on NPM as chrome-types
https://www.npmjs.com/package/chrome-types
Apache License 2.0
189 stars 30 forks source link

type enum layout is broken in extension docs #41

Open myakura opened 2 years ago

myakura commented 2 years ago

Describe the bug there are line breaks between each types enum in the extension API docs, and that's hard to read.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://developer.chrome.com/docs/extensions/reference/history/#type-TransitionType
  2. Look at the types below the paragraph "The transition type for this visit from its referrer."

Expected behavior Types are listed in a single paragraph.

Screenshots If applicable, add screenshots to help explain your problem.

screenshot

Desktop (please complete the following information):

Smartphone (please complete the following information):

jpmedley commented 1 year ago

This also needs to be rendered in a way that does not include the extra quote graphic.

jpmedley commented 1 year ago

The ticket link that jut appeared pointed out that this issue is probably happening because the correct processing code isn't being called. We may have a solution for this soon. Stay tuned.