Skip to content

Conversation

mbostock
Copy link
Member

No description provided.

@mbostock mbostock requested a review from Fil July 29, 2023 16:35
</li>
</ul>

## Options

<ul>
<li v-for="[name, contexts] in data.options">
<b>{{ name }}</b> - <span v-for="({name, href}, index) in contexts"><a :href="href">{{ name }}</a><span v-if="index < contexts.length - 1">, </span></span>
<b>{{ name }}</b> - <span v-for="({name: context, href}, index) in contexts"><a :href="href">{{ context }}</a><span v-if="index < contexts.length - 1">, </span></span>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could use ${href}#${name} here too, if we were to add corresponding anchors on the destination page for each option.

@mbostock mbostock merged commit ca2cb0a into main Jul 29, 2023
@mbostock mbostock deleted the mbostock/better-anchors branch July 29, 2023 16:38
Fil pushed a commit that referenced this pull request Aug 21, 2023
chaichontat pushed a commit to chaichontat/plot that referenced this pull request Jan 14, 2024
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

Successfully merging this pull request may close these issues.

1 participant