Procházet zdrojové kódy

Fix unescaped less than.

mitm před 5 roky
rodič
revize
b7d005bab5
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      src/docs/asciidoc/wiki/atom_snippets.adoc

+ 1 - 2
src/docs/asciidoc/wiki/atom_snippets.adoc

@@ -81,7 +81,7 @@ the text below into your snippets.cson file.
 | Description
 
 | xref
-l|<<path/to/wiki/page#,custom label text>>
+|`+<<path/to/wiki/page#,custom label text>>+`
 | Inserts an `Inter-Document Cross Reference`.
 
 | admonB
@@ -107,7 +107,6 @@ and kbd:[Backspace] off any unwanted style as you go. The final kdd:[Tab] will t
 | admonPwT
 | .Optional Title +
 NOTETIPIMPORTANTCAUTIONWARNING:
-
 | Inserts an `Admonition Paragraph` with title.
 
 |===