Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15390787
D10157.id24438.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D10157.id24438.diff
View Options
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,8 +212,8 @@
global $$variable_variable;
}
-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:
+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
lang=html, name=example.html, lines=12, counterexample
@@ -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
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 6:39 AM (2 d, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706449
Default Alt Text
D10157.id24438.diff (2 KB)
Attached To
Mode
D10157: Fix Remarkup doc issue with #'s
Attached
Detach File
Event Timeline
Log In to Comment