mirror of https://github.com/helix-editor/helix
docs: Use `<pre><code>..</pre></code>` tags for escaping markdown block
parent
9f58825ec8
commit
c1286b946a
|
@ -2568,9 +2568,9 @@ pub enum Documentation {
|
|||
///
|
||||
/// The pair of a language and a value is an equivalent to markdown:
|
||||
///
|
||||
/// ```language
|
||||
/// value
|
||||
/// ```
|
||||
/// <pre><code>```${language}
|
||||
/// ${value}
|
||||
/// ```</code></pre>
|
||||
#[derive(Debug, Eq, PartialEq, Clone, Deserialize, Serialize)]
|
||||
#[serde(untagged)]
|
||||
pub enum MarkedString {
|
||||
|
|
Loading…
Reference in New Issue