index
:
rust-rst
allow-rst-to-read-from-stdin
master
options
trailing-newlines
a reStructuredText parser and renderer
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
renderer.rs
blob: 0b134419d4fe6297f825313d3e799e3971cfa851 (
plain
)
1
pub
static
FOOTNOTE_SYMBOLS
:
[
char
;
10
]
=
[
'*'
,
'†'
,
'‡'
,
'§'
,
'¶'
,
'#'
,
'♠'
,
'♥'
,
'♦'
,
'♣'
];