Skip to content

Commit

Permalink
Add emoji support WIP
Browse files Browse the repository at this point in the history
Waiting for jgm/pandoc#9204 (3.1.12).
  • Loading branch information
evenbrenden committed Apr 29, 2024
1 parent f67a4a5 commit ab1cdb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion make-slides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
with pkgs;

let
# https://github.com/jgm/pandoc/pull/9204
font-directory = "${pkgs.freefont_ttf}/share/fonts/truetype";
metadata-file = writeText "metadata.yaml" ''
---
Expand All @@ -13,6 +12,8 @@ let
- BoldFont=FreeSerifBold
- ItalicFont=FreeSerifItalic
- BoldItalicFont=FreeSerifBoldItalic
mainfontfallback:
- "NotoColorEmoji:mode=harf"
---
'';
in writeShellApplication {
Expand Down
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Second slide

1. [Link](http://www.link.com) item
2. No emojis :/
2. Emojis 🍜

---

Expand Down

0 comments on commit ab1cdb4

Please sign in to comment.