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 ddd93ab commit 9e1979fCopy full SHA for 9e1979f
CHANGELOG.md
@@ -21,6 +21,10 @@ and this project adheres to
21
- 💄(frontend) code background darkened on editor #214
22
- 🔥(frontend) hide markdown button if not text #213
23
24
+## Fixed
25
+
26
+- 🐛 Fix emoticon in pdf export #225
27
28
## Removed
29
30
- 🔥(frontend) remove saving modal #213
Dockerfile
@@ -76,6 +76,7 @@ RUN apt-get update && \
76
libpango-1.0-0 \
77
libpangocairo-1.0-0 \
78
pandoc \
79
+ fonts-noto-color-emoji \
80
shared-mime-info && \
81
rm -rf /var/lib/apt/lists/*
82
0 commit comments