Page MenuHomePhabricator

D10157.id.diff
No OneTemporary

D10157.id.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
@@ -18,7 +18,7 @@
These are inline styles, and can be applied to most text:
- **bold** //italic// ##monospaced## `monospaced` ~~deleted~~ __underlined__
+ **bold** //italic// `monospaced` ##monospaced## ~~deleted~~ __underlined__
D123 T123 rX123 # Link to Objects
{D123} {T123} # Link to Objects (Full Name)
{F123} # Embed Images
@@ -59,13 +59,13 @@
**bold text**
//italic text//
- ##monospaced text##
`monospaced text`
+ ##monospaced text##
~~deleted text~~
__underlined text__
-Those produce **bold text**, //italic text//, ##monospaced text##,
-`monospaced text`, ~~deleted text~~, and __underlined text__, respectively.
+Those produce **bold text**, //italic text//, `monospaced text`, ##monospaced
+text##, ~~deleted text~~, and __underlined text__, respectively.
= Layout =
@@ -212,7 +212,7 @@
global $$variable_variable;
}
-You can use ##lines=N## to limit the vertical size of a chunk of code, and
+You can use `lines=N` to limit the vertical size of a chunk of code, and
`name=some_name.ext` to give it a name. For example, this:
lang=text
@@ -279,7 +279,7 @@
URIs are automatically linked: http://phabricator.org/
If you have a URI with problematic characters in it, like
-"##http://comma.org/,##", you can surround it with angle brackets:
+"`http://comma.org/,`", you can surround it with angle brackets:
<http://comma.org/,>
@@ -411,7 +411,7 @@
and have them render inline.
This option is disabled by default because it has security and/or
-silliness implications. Read the description in ##default.conf.php## before
+silliness implications. Read the description in `default.conf.php` before
enabling it.
= Image Macros =
@@ -470,7 +470,7 @@
Make sure you sign and date your [[legal/Letter of Marque and Reprisal]]!
-With a pipe (##|##), you can retitle the link. Use this to mislead your
+With a pipe (`|`), you can retitle the link. Use this to mislead your
opponents:
Check out these [[legal/boring_documents/ | exciting legal documents]]!

File Metadata

Mime Type
text/plain
Expires
May 10 2024, 9:16 PM (5 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284124
Default Alt Text
D10157.id.diff (2 KB)

Event Timeline