@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.

Fix Remarkup doc issue with #'s

Summary:
The `##` on the beginning of a line is now a header.

Use more-preferred backticks.

Test Plan: nope lol

Reviewers: joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

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

+8 -8
+8 -8
src/docs/user/userguide/remarkup.diviner
··· 18 18 19 19 These are inline styles, and can be applied to most text: 20 20 21 - **bold** //italic// ##monospaced## `monospaced` ~~deleted~~ __underlined__ 21 + **bold** //italic// `monospaced` ##monospaced## ~~deleted~~ __underlined__ 22 22 D123 T123 rX123 # Link to Objects 23 23 {D123} {T123} # Link to Objects (Full Name) 24 24 {F123} # Embed Images ··· 59 59 60 60 **bold text** 61 61 //italic text// 62 - ##monospaced text## 63 62 `monospaced text` 63 + ##monospaced text## 64 64 ~~deleted text~~ 65 65 __underlined text__ 66 66 67 - Those produce **bold text**, //italic text//, ##monospaced text##, 68 - `monospaced text`, ~~deleted text~~, and __underlined text__, respectively. 67 + Those produce **bold text**, //italic text//, `monospaced text`, ##monospaced 68 + text##, ~~deleted text~~, and __underlined text__, respectively. 69 69 70 70 = Layout = 71 71 ··· 212 212 global $$variable_variable; 213 213 } 214 214 215 - You can use ##lines=N## to limit the vertical size of a chunk of code, and 215 + You can use `lines=N` to limit the vertical size of a chunk of code, and 216 216 `name=some_name.ext` to give it a name. For example, this: 217 217 218 218 lang=text ··· 279 279 URIs are automatically linked: http://phabricator.org/ 280 280 281 281 If you have a URI with problematic characters in it, like 282 - "##http://comma.org/,##", you can surround it with angle brackets: 282 + "`http://comma.org/,`", you can surround it with angle brackets: 283 283 284 284 <http://comma.org/,> 285 285 ··· 411 411 and have them render inline. 412 412 413 413 This option is disabled by default because it has security and/or 414 - silliness implications. Read the description in ##default.conf.php## before 414 + silliness implications. Read the description in `default.conf.php` before 415 415 enabling it. 416 416 417 417 = Image Macros = ··· 470 470 471 471 Make sure you sign and date your [[legal/Letter of Marque and Reprisal]]! 472 472 473 - With a pipe (##|##), you can retitle the link. Use this to mislead your 473 + With a pipe (`|`), you can retitle the link. Use this to mislead your 474 474 opponents: 475 475 476 476 Check out these [[legal/boring_documents/ | exciting legal documents]]!