Skip to content

Commit c07753c

Browse files
committed
improve help page
1 parent e6f0d29 commit c07753c

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

Diff for: src/routes/help/+page.svelte

+18-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="bg-mono-card border-l-4 border-yellow-500 text-primary p-4 my-4 rounded-md">
2626
<p class="font-bold text-yellow-500">Important:</p>
2727
<p>
28-
You can use <code>/</code> commands to quickly format text, create headers, and insert various elements in Markdown. These commands can greatly enhance your writing efficiency!
28+
You can use <code class="text-type-emphasized">/</code> commands to quickly format text, create headers, and insert various elements in Markdown. These commands can greatly enhance your writing efficiency!
2929
</p>
3030
</div>
3131

@@ -189,7 +189,7 @@ ___
189189
</p>
190190
<pre class="text-mono bg-mono-card p-3 my-1 rounded-sm text-wrap">
191191
> [!NOTE]
192-
> Keep in mind Real Debrid will only allow devices on the same network as you, Real debrid allows unlimited devices on one IP at a time.
192+
> Something *Noteworthy*
193193
</pre>
194194
</div>
195195

@@ -208,10 +208,15 @@ $$
208208
{@html latexCode}
209209
$$
210210
</pre>
211-
<a
212-
class="text-sm"
213-
href="https://i.postimg.cc/3wGPNSC5/math-example.png"
214-
title="Markdown output exmaple">Example output</a>
211+
<p class="text-type-dimmed py-4">
212+
Math Preview:
213+
</p>
214+
<div class="flex">
215+
<img
216+
src="/math-example.png"
217+
alt="logo"
218+
class="rounded-lg max-w-[400px] w-[99%] pb-2" />
219+
</div>
215220
</div>
216221

217222
<div class="my-4">
@@ -222,6 +227,13 @@ $$
222227
</p>
223228
</div>
224229

230+
<div class="my-4">
231+
<p class="text-2xl my-2 text-type-emphasized">Emoji Shortcut</p>
232+
<p class="text-type-dimmed">
233+
Use colons <code class="text-type-emphasized">:</code> to select an emoji! And wrap it on both sides like <code class="text-type-emphasized">:smile:</code> to display the corresponding emoji.
234+
</p>
235+
</div>
236+
225237
<p class="text-xs mt-8">
226238
Created by <a
227239
href="https://github.com/itzcozi"

Diff for: static/math-example.png

17.4 KB
Loading

0 commit comments

Comments
 (0)