Page MenuHomePhabricator

D10720.id25733.diff
No OneTemporary

D10720.id25733.diff

diff --git a/src/docs/user/userguide/remarkup.diviner b/src/docs/user/userguide/remarkup.diviner
--- a/src/docs/user/userguide/remarkup.diviner
+++ b/src/docs/user/userguide/remarkup.diviner
@@ -48,7 +48,7 @@
> Quoted Text
- Use "- " or "* " for bulleted lists, and "# " for numbered lists.
+ Use `- ` or `* ` for bulleted lists, and `# ` for numbered lists.
Use ``` or indent two spaces for code.
Use %%% for a literal block.
Use | ... | ... for tables.
@@ -92,7 +92,7 @@
This produces headers like the ones in this document. Make sure you have an
empty line before and after the header.
-Make **lists** by beginning each item with a "-" or a "*":
+Make **lists** by beginning each item with a `-` or a `*`:
lang=text
- milk
@@ -109,9 +109,9 @@
- eggs
- bread
-(Note that you need to put a space after the "-" or "*".)
+(Note that you need to put a space after the `-` or `*`.)
-You can make numbered lists with a "#" instead of "-" or "*":
+You can make numbered lists with a `#` instead of `-` or `*`:
# Articuno
# Zapdos
@@ -184,7 +184,7 @@
```f(x, y);
g(f);```
-You can specify a language for syntax highlighting with "lang=xxx":
+You can specify a language for syntax highlighting with `lang=xxx`:
lang=text
lang=html
@@ -196,7 +196,7 @@
lang=html
<a href="#">...</a>
-You can also use a "COUNTEREXAMPLE" header to show that a block of code is
+You can also use a `COUNTEREXAMPLE` header to show that a block of code is
bad and shouldn't be copied:
lang=text
@@ -258,7 +258,7 @@
<p>Mangostine</p>
<p>Melon</p>
-You can also use "NOTE:", "WARNING:", or "IMPORTANT:" to call out an important
+You can also use `NOTE:`, `WARNING:`, or `IMPORTANT:` to call out an important
idea.
NOTE: Best practices in proton pack operation include not crossing the streams.
@@ -267,8 +267,8 @@
IMPORTANT: Don't cross the streams!
-In addition, you can use "(NOTE)", "(WARNING)", or "(IMPORTANT)" to get the
-same effect but without "(NOTE)", "(WARNING)", or "(IMPORTANT)" appearing in
+In addition, you can use `(NOTE)`, `(WARNING)`, or `(IMPORTANT)` to get the
+same effect but without `(NOTE)`, `(WARNING)`, or `(IMPORTANT)` appearing in
the rendered result. For example
(NOTE) Dr. Egon Spengler is the best resource for additional proton pack
@@ -325,7 +325,7 @@
== Linking to Project Tags
-Projects can be linked to with the use of a hashtag (#). This works by default
+Projects can be linked to with the use of a hashtag `#`. This works by default
using the name of the Project (lowercase, underscored). Additionally you
can set multiple additional hashtags by editing the Project details.
@@ -398,7 +398,7 @@
= Quoting Text =
-To quote text, preface it with an ">":
+To quote text, preface it with an `>`:
> This is quoted text.
@@ -427,7 +427,7 @@
= Memes =
You can also use image macros in the context of memes. For example, if you
-have an image macro named "grumpy", you can create a meme by doing the
+have an image macro named `grumpy`, you can create a meme by doing the
following:
{meme, src = grumpy, above = toptextgoeshere, below = bottomtextgoeshere}
@@ -480,7 +480,7 @@
= Literal Blocks =
-To place text in a literal block use "%%%":
+To place text in a literal block use `%%%`:
%%%Text that won't be processed by remarkup
[[http://www.example.com | example]]

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 15, 6:46 AM (3 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6740112
Default Alt Text
D10720.id25733.diff (3 KB)

Event Timeline