Skip to content

feat: Add support for the Jekyll push filter#611

Merged
harttle merged 1 commit into
harttle:masterfrom
TomasHubelbauer:master
May 23, 2023
Merged

feat: Add support for the Jekyll push filter#611
harttle merged 1 commit into
harttle:masterfrom
TomasHubelbauer:master

Conversation

@TomasHubelbauer

Copy link
Copy Markdown
Contributor

@TomasHubelbauer TomasHubelbauer changed the title Add support for the Jekyll push filter [feat]: Add support for the Jekyll push filter May 22, 2023
@TomasHubelbauer TomasHubelbauer changed the title [feat]: Add support for the Jekyll push filter feat: Add support for the Jekyll push filter May 22, 2023
@TomasHubelbauer

Copy link
Copy Markdown
Contributor Author

Note that this is lacking tests at the moment, I will add them soon.

@harttle harttle merged commit dca9ab5 into harttle:master May 23, 2023
@TomasHubelbauer

TomasHubelbauer commented May 23, 2023

Copy link
Copy Markdown
Contributor Author

Thanks for the merge! I didn't add tests yet :D I will add them in another PR soon!

{% assign arr = '' | split: '' %}
{% assign arr = arr | push: 'test' %}
{{ arr }}
{{ arr | size }}

This might actually be broken assuming the Playground is up to date now after the merge. @harttle can you double check on this?

Also what do I need to do to make the push filter name highlighted via the syntax highlighter?

@github-actions

github-actions Bot commented Jun 3, 2023

Copy link
Copy Markdown

🎉 This PR is included in version 10.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants