summaryrefslogtreecommitdiff
path: root/library/src/text
diff options
context:
space:
mode:
authorGrégoire Locqueville <glocq@users.noreply.github.com>2023-06-07 14:22:43 +0200
committerGitHub <noreply@github.com>2023-06-07 14:22:43 +0200
commit3d3ea9016f339b3753fc7e4c909d6a522a0b7a75 (patch)
tree2a2b89e4b51646204d4e1e1e80438f42f7e31887 /library/src/text
parente57f143858dbdc4f90784d422e81ca1cc12871d0 (diff)
Clarify markup details in the documentation (#1434)
Diffstat (limited to 'library/src/text')
-rw-r--r--library/src/text/raw.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs
index 75e8ddc7..01766e39 100644
--- a/library/src/text/raw.rs
+++ b/library/src/text/raw.rs
@@ -63,6 +63,9 @@ pub struct RawElem {
/// Whether the raw text is displayed as a separate block.
///
+ /// In markup mode, using one-backtick notation makes this `{false}`,
+ /// whereas using three-backtick notation makes it `{true}`.
+ ///
/// ````example
/// // Display inline code in a small box
/// // that retains the correct baseline.