org-manual: Fix typo
* doc/org-manual.org (ASCII specific attributes): Use =...= markup for contents meant to be written in an Org document.
This commit is contained in:
parent
842002f9f7
commit
a0dacdc495
|
@ -11942,9 +11942,9 @@ Org exports text in this block only when using ASCII back-end.
|
|||
#+cindex: @samp{ATTR_ASCII}, keyword
|
||||
#+cindex: horizontal rules, in ASCII export
|
||||
|
||||
ASCII back-end recognizes only one attribute, ~:width~, which
|
||||
specifies the width of a horizontal rule in number of characters.
|
||||
The keyword and syntax for specifying widths is:
|
||||
ASCII back-end recognizes only one attribute, =:width=, which
|
||||
specifies the width of a horizontal rule in number of characters. The
|
||||
keyword and syntax for specifying widths is:
|
||||
|
||||
#+begin_example
|
||||
,#+ATTR_ASCII: :width 10
|
||||
|
|
Loading…
Reference in New Issue