We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67a4a5 commit ab1cdb4Copy full SHA for ab1cdb4
make-slides.nix
@@ -3,7 +3,6 @@
3
with pkgs;
4
5
let
6
- # https://github.com/jgm/pandoc/pull/9204
7
font-directory = "${pkgs.freefont_ttf}/share/fonts/truetype";
8
metadata-file = writeText "metadata.yaml" ''
9
---
@@ -13,6 +12,8 @@ let
13
12
- BoldFont=FreeSerifBold
14
- ItalicFont=FreeSerifItalic
15
- BoldItalicFont=FreeSerifBoldItalic
+ mainfontfallback:
16
+ - "NotoColorEmoji:mode=harf"
17
18
'';
19
in writeShellApplication {
slides.md
@@ -14,7 +14,7 @@
# Second slide
1. [Link](http://www.link.com) item
-2. No emojis :/
+2. Emojis 🍜
20
0 commit comments