UNPKG

322 BJavaScriptView Raw
1
2/*!
3 * Jade - inline tags
4 * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
5 * MIT Licensed
6 */
7
8module.exports = [
9 'a'
10 , 'abbr'
11 , 'acronym'
12 , 'b'
13 , 'br'
14 , 'code'
15 , 'em'
16 , 'font'
17 , 'i'
18 , 'img'
19 , 'ins'
20 , 'kbd'
21 , 'map'
22 , 'samp'
23 , 'small'
24 , 'span'
25 , 'strong'
26 , 'sub'
27 , 'sup'
28];
\No newline at end of file