You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
This is extremely useful if we decide on a localization process which requires our repo to be forked. E.g. the German version could then be like:
## Eine Überschrift {#some-header}
Without messing with the actual anchor id.
The concrete implementation would probably inlining remark-slug, keeping the original implementation but als add the new behavior as defined in the reactjs.org plugin.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be useful for headers to be fixed on a specific anchor id, so it's easier for us to implement localization and similar features later on.
This is how reactjs.org does it: https://github.com/reactjs/de.reactjs.org/blob/master/plugins/gatsby-remark-header-custom-ids/index.js
Example:
#some-header
would now be the anchor id.This is extremely useful if we decide on a localization process which requires our repo to be forked. E.g. the German version could then be like:
Without messing with the actual anchor id.
The concrete implementation would probably inlining
remark-slug
, keeping the original implementation but als add the new behavior as defined in the reactjs.org plugin.The text was updated successfully, but these errors were encountered: