Replace emoji shortcodes with unicode emoji and drop emojify step#445
Draft
cb341 wants to merge 1 commit intofeature/docs-phrasingfrom
Draft
Replace emoji shortcodes with unicode emoji and drop emojify step#445cb341 wants to merge 1 commit intofeature/docs-phrasingfrom
cb341 wants to merge 1 commit intofeature/docs-phrasingfrom
Conversation
dfd4030 to
988fa06
Compare
988fa06 to
0472012
Compare
5717f1f to
94353bd
Compare
0472012 to
f23f037
Compare
Replace decorative shortcodes (:tada:, :fire:, :cop:, :white_check_mark:, :bulb:, :gem:, :exclamation:, :warning:, :smile:, :mailbox:) with unicode emoji directly in source markdown. Drop the Emojify Book step from both GitHub Actions workflows since shortcode expansion is no longer needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
94353bd to
462f54e
Compare
f23f037 to
103c514
Compare
cb341
commented
May 6, 2026
| wget --no-verbose https://github.com/shonfeder/emojitsu/releases/download/0.1.1/gh-actions-emojitsu | ||
| chmod +x gh-actions-emojitsu | ||
| find . -type f -name "*.md" -exec ./gh-actions-emojitsu emojify -i {} \; | ||
| mdbook-version: '0.4.40' |
This file contains hidden or 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
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.
The mdbook deploy and lint workflows previously ran shonfeder/emojitsu to expand GitHub-style :shortcode: emoji into unicode at build time. Replace the shortcodes with unicode directly in the source so the build step is no longer needed, and drop the Emojify Book steps from both workflows.