Skip to content

Commit

Permalink
Merge pull request #514 from rockyallen/issue-513-barenames
Browse files Browse the repository at this point in the history
resolves issue #513 use attribute names not references
  • Loading branch information
mojavelinux committed Feb 27, 2016
2 parents bf01721 + 36a1af6 commit 2437ae0
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions docs/_includes/attr-charref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,118 +5,117 @@
.Predefined attributes for character replacements^[1]^
[width="75%", cols="^4l,^3l,^3"]
|===
|Attribute reference |Replacement text |Appearance
|Attribute name |Replacement text |Appearance

|\{blank}
\{empty}
|blank, empty
|_nothing_
|{empty}

|\{sp}
|sp
|_single space_
|{sp}

|\{nbsp}
|nbsp
|\ 
|{nbsp}

|\{zwsp}^[2]^
|zwsp^[2]^
|\​
|{zwsp}

|\{wj}^[3]^
|wj^[3]^
|\⁠
|{wj}

|\{apos}
|apos
|\'
|{apos}

|\{quot}
|quot
|\"
|{quot}

|\{lsquo}
|lsquo
|\‘
|{lsquo}

|\{rsquo}
|rsquo
|\’
|{rsquo}

|\{ldquo}
|ldquo
|\“
|{ldquo}

|\{rdquo}
|rdquo
|\”
|{rdquo}

|\{deg}
|deg
|\°
|{deg}

|\{plus}
|plus
|\+
|{plus}

|\{brvbar}
|brvbar
|\¦
|¦

|\{vbar}
|vbar
|{vbar}
|{vbar}

|\{amp}
|amp
|&
|&

|\{lt}
|lt
|<
|<

|\{gt}
|gt
|>
|>

|\{startsb}
|startsb
|[
|[

|\{endsb}
|endsb
|]
|]

|\{caret}
|caret
|^
|^

|\{asterisk}
|asterisk
|*
|*

|\{tilde}
|tilde
|~
|~

|\{backslash}
|backslash
|\
|\

|\{backtick}
|backtick
|`
|`

|\{two-colons}
|two-colons
|::
|::

|\{two-semicolons}
|two-semicolons
|;;
|;;

|\{cpp}
|cpp
|C++
|C++
|===
Expand Down

0 comments on commit 2437ae0

Please sign in to comment.