blob: 86b7603440ce456158b5c984239cfa259e894206 [file] [log] [blame]
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -07001def release_notes_attributes():
2 return [
3 'toc',
4 'newline="\\n"',
5 'asterisk="*"',
6 'plus="+"',
7 'caret="^"',
8 'startsb="["',
9 'endsb="]"',
10 'tilde="~"',
11 'last-update-label!',
12 'stylesheet=DEFAULT',
13 'linkcss=true',
14 ]