@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Normalize Remarkup Diviner article examples

Summary: Fixes T6335

Test Plan: Generated docs, read through them

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6335

Differential Revision: https://secure.phabricator.com/D10720

+13 -13
+13 -13
src/docs/user/userguide/remarkup.diviner
··· 48 48 49 49 > Quoted Text 50 50 51 - Use "- " or "* " for bulleted lists, and "# " for numbered lists. 51 + Use `- ` or `* ` for bulleted lists, and `# ` for numbered lists. 52 52 Use ``` or indent two spaces for code. 53 53 Use %%% for a literal block. 54 54 Use | ... | ... for tables. ··· 92 92 This produces headers like the ones in this document. Make sure you have an 93 93 empty line before and after the header. 94 94 95 - Make **lists** by beginning each item with a "-" or a "*": 95 + Make **lists** by beginning each item with a `-` or a `*`: 96 96 97 97 lang=text 98 98 - milk ··· 109 109 - eggs 110 110 - bread 111 111 112 - (Note that you need to put a space after the "-" or "*".) 112 + (Note that you need to put a space after the `-` or `*`.) 113 113 114 - You can make numbered lists with a "#" instead of "-" or "*": 114 + You can make numbered lists with a `#` instead of `-` or `*`: 115 115 116 116 # Articuno 117 117 # Zapdos ··· 184 184 ```f(x, y); 185 185 g(f);``` 186 186 187 - You can specify a language for syntax highlighting with "lang=xxx": 187 + You can specify a language for syntax highlighting with `lang=xxx`: 188 188 189 189 lang=text 190 190 lang=html ··· 196 196 lang=html 197 197 <a href="#">...</a> 198 198 199 - You can also use a "COUNTEREXAMPLE" header to show that a block of code is 199 + You can also use a `COUNTEREXAMPLE` header to show that a block of code is 200 200 bad and shouldn't be copied: 201 201 202 202 lang=text ··· 258 258 <p>Mangostine</p> 259 259 <p>Melon</p> 260 260 261 - You can also use "NOTE:", "WARNING:", or "IMPORTANT:" to call out an important 261 + You can also use `NOTE:`, `WARNING:`, or `IMPORTANT:` to call out an important 262 262 idea. 263 263 264 264 NOTE: Best practices in proton pack operation include not crossing the streams. ··· 267 267 268 268 IMPORTANT: Don't cross the streams! 269 269 270 - In addition, you can use "(NOTE)", "(WARNING)", or "(IMPORTANT)" to get the 271 - same effect but without "(NOTE)", "(WARNING)", or "(IMPORTANT)" appearing in 270 + In addition, you can use `(NOTE)`, `(WARNING)`, or `(IMPORTANT)` to get the 271 + same effect but without `(NOTE)`, `(WARNING)`, or `(IMPORTANT)` appearing in 272 272 the rendered result. For example 273 273 274 274 (NOTE) Dr. Egon Spengler is the best resource for additional proton pack ··· 325 325 326 326 == Linking to Project Tags 327 327 328 - Projects can be linked to with the use of a hashtag (#). This works by default 328 + Projects can be linked to with the use of a hashtag `#`. This works by default 329 329 using the name of the Project (lowercase, underscored). Additionally you 330 330 can set multiple additional hashtags by editing the Project details. 331 331 ··· 398 398 399 399 = Quoting Text = 400 400 401 - To quote text, preface it with an ">": 401 + To quote text, preface it with an `>`: 402 402 403 403 > This is quoted text. 404 404 ··· 427 427 = Memes = 428 428 429 429 You can also use image macros in the context of memes. For example, if you 430 - have an image macro named "grumpy", you can create a meme by doing the 430 + have an image macro named `grumpy`, you can create a meme by doing the 431 431 following: 432 432 433 433 {meme, src = grumpy, above = toptextgoeshere, below = bottomtextgoeshere} ··· 480 480 481 481 = Literal Blocks = 482 482 483 - To place text in a literal block use "%%%": 483 + To place text in a literal block use `%%%`: 484 484 485 485 %%%Text that won't be processed by remarkup 486 486 [[http://www.example.com | example]]