Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bikeshed artifacts in comments in examples #137

Closed
rakuco opened this issue Jun 12, 2023 · 1 comment
Closed

Bikeshed artifacts in comments in examples #137

rakuco opened this issue Jun 12, 2023 · 1 comment
Assignees

Comments

@rakuco
Copy link
Member

rakuco commented Jun 12, 2023

https://w3c.github.io/window-management/#basic-example has something that looks like this in index.bs:

```js
[...]
// Detect when the current `ScreenDetailed` or an attribute thereof changes.
screenDetails.addEventListener('currentscreenchange', onCurrentScreenChange);

The rendered version looks like this though:

// Detect when the current <code data-opaque bs-autolink-syntax='`ScreenDetailed`'>ScreenDetailed</code> or an attribute thereof changes.
screenDetails.addEventListener('currentscreenchange', onCurrentScreenChange);

This is the case for all JS comments including backquotes.

@inexorabletash
Copy link
Member

PR up, thanks!

github-actions bot added a commit that referenced this issue Jun 13, 2023
SHA: f6813bf
Reason: push, by michaelwasserman

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants