Changeset 29578
- Timestamp:
- 02/05/09 20:27:46 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/pluginManager.js
r29577 r29578 506 506 let m = st.head.match(re); 507 507 if (m) { 508 return st.next.set(stripAndLink(m[1])).wrap('h' + n); 508 let hn = 'h' + n; 509 return st.next.set(<{hn} style={'font-size:'+(0.75+1/n)+'em'}>{stripAndLink(m[1])}</{hn}>) 509 510 } else { 510 511 return Error('not head1', st); … … 545 546 let m = st.head.match(/^(\s*)(.+):\s*$/); 546 547 if (m) { 547 return st.next.set([m[1], <dt >{m[2]}</dt>]);548 return st.next.set([m[1], <dt style="font-weight:bold;">{m[2]}</dt>]); 548 549 } else { 549 550 return Error('not dt', st);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)