Skip to content

Commit 1df4357

Browse files
deedyepriestley
authored andcommitted
Meme Documentation
Summary: Fixes T2396 Test Plan: Copied changes into Remarkup to ensure correct formatting Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2396 Differential Revision: https://secure.phabricator.com/D5650
1 parent 8ede9dc commit 1df4357

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/docs/userguide/remarkup.diviner

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,19 @@ dancing banana to create a macro named "peanutbutterjellytime", and then any
362362
time you type that string on a separate line it will be replaced with the image
363363
of a dancing banana.
364364

365+
= Memes =
366+
367+
You can also use image macros in the context of memes. For example, if you
368+
have an image macro named "grumpy", you can create a meme by doing the
369+
following:
370+
371+
{meme, src = grumpy, above = toptextgoeshere, below = bottomtextgoeshere}
372+
373+
By default, the font used to create the text for the meme is `tuffy.ttf`. For
374+
the more authentic feel of `impact.ttf`, you simply have to place the Impact
375+
TrueType font in the Phabricator subfolder `/resources/font/`. If Remarkup
376+
detects the presence of `impact.ttf`, it will automatically use it.
377+
365378
= Mentioning Users =
366379

367380
In Differential and Maniphest, you can mention another user by writing:

0 commit comments

Comments
 (0)