frictionlessdata / datapackage

Data Package is a standard consisting of a set of simple yet extensible specifications to describe datasets, data files and tabular data. It is a data definition language (DDL) and data API that facilitates findability, accessibility, interoperability, and reusability (FAIR) of data.
https://datapackage.org
The Unlicense
481 stars 107 forks source link

Fix anchors in the specs #942

Closed roll closed 1 week ago

roll commented 1 week ago
          Here's an overview of anchors I found that should be hardcoded imo:

Originally posted by @peterdesmet in https://github.com/frictionlessdata/specs/issues/930#issuecomment-2180707199

peterdesmet commented 1 week ago

Thanks for the fix. Too bad it's not supported by Starlight. It is a Kramdown feature ({:#my-anchor}).

roll commented 1 week ago

In-general, it's mentioned as a common feature - https://www.markdownguide.org/extended-syntax/#heading-ids.

I created a feature request - https://github.com/withastro/starlight/discussions/2050 (also some chances that I'm doing something wrong)

roll commented 1 week ago

Thanks to Astro maintainers I've found the problem so actually it works perfectly with custom heading now - https://github.com/frictionlessdata/datapackage/pull/83/files :tada:

peterdesmet commented 1 week ago

Nice! Much easier to maintain!