-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
eleventy 3.0.0-alpha.17, IdAttributePlugin, eleventeen.png #39
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- use new IdAttributePlugin, makes “use of the existing posthtml infrastructure used by the HTML base plugin and the input path to URL plugins to add” slugified `id` attrs. Has the added benefit of removing the unnecessary link markup from your RSS feeds too! 11ty/eleventy#3363 - rm markdownItAnchor and comment out header-anchor css - eleventeen.png instead of eight-million.jpg in thirdpost.md - upd eleventy + eleventy-plugin-rss 9.2.20-alpha.17
✅ Deploy Preview for eleventeen ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@11ty/eleventy@3.0.0-alpha.16, npm/markdown-it-anchor@9.0.1 |
Anchor links will return in a future update soon! HINT: https://donut--tugboat.netlify.app |
rdela
added a commit
that referenced
this pull request
Jul 21, 2024
- use new IdAttributePlugin, makes “use of the existing posthtml infrastructure used by the HTML base plugin and the input path to URL plugins to add” slugified `id` attrs. Has the added benefit of removing the unnecessary link markup from your RSS feeds too! 11ty/eleventy#3363 - rm markdownItAnchor and comment out header-anchor css - eleventeen.png instead of eight-million.jpg in thirdpost.md - upd eleventy + eleventy-plugin-rss 9.2.20-alpha.17 * trunk: eleventy 3.0.0-alpha.17, IdAttributePlugin, eleventeen.png (#39)
Closed
rdela
added a commit
that referenced
this pull request
Jul 25, 2024
At least until [#40](#40) finds resolution, building on the work in [#39](#39), adding [daviddarnes/heading-anchors](https://github.com/daviddarnes/heading-anchors) per rec in [11ty/eleventy #3363](11ty/eleventy#3363) Used `position="beforeend"` and styled with a slight adjustment to [demo-styling], adding `vertical-align: bottom;` to `a[href^="#"]` and constraining styles to `heading-anchors` element. demo-styling: https://github.com/daviddarnes/heading-anchors/blob/main/demo-styling.html#L11-L25
rdela
added a commit
that referenced
this pull request
Jul 25, 2024
* add @daviddarnes/heading-anchors At least until [#40](#40) finds resolution, building on the work in [#39](#39), adding [daviddarnes/heading-anchors](https://github.com/daviddarnes/heading-anchors) per rec in [11ty/eleventy #3363](11ty/eleventy#3363) Used `position="beforeend"` and styled with a slight adjustment to [demo-styling], adding `vertical-align: bottom;` to `a[href^="#"]` and constraining styles to `heading-anchors` element. [demo-styling]: https://github.com/daviddarnes/heading-anchors/blob/main/demo-styling.html#L11-L25 * move heading-anchors code to base.njk instead of post.njk - add hover + focus styles for anchor links - delete deprecated css - 9.2.21-alpha.17
rdela
added a commit
that referenced
this pull request
Jul 25, 2024
* add @daviddarnes/heading-anchors At least until #40 finds resolution, building on the work in #39 adding https://github.com/daviddarnes/heading-anchors per rec in 11ty/eleventy#3363 Used `position="beforeend"` and styled with a slight adjustment to https://github.com/daviddarnes/heading-anchors/blob/main/demo-styling.html#L11-L25 adding `vertical-align: bottom;` to `a[href^="#"]` and constraining styles to `heading-anchors` element. * move heading-anchors code to base.njk instead of post.njk - add hover + focus styles for anchor links - delete deprecated css
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
id
attrs. “Has the added benefit of removing the unnecessary link markup from your RSS feeds too!” NewIdAttributePlugin
will addid
attributes to your headings 11ty/eleventy#33639.2.20-alpha.17