1 2 3 4 5 6 7 8 9 10 11 12 |
<add key="CodeWrapperHTML" value="</p><table border="0" border="0" cellpadding="0" cellspacing="0" style="background-color: #f2f2f2; border: solid 1px #e5e5e5; width: 100%;">
<tr style="vertical-align: top; line-height: normal;"><td><pre style="overflow: scroll; margin:0px; padding: 2px; padding-left: 8px;">{0}
</pre></td></tr></table><p>" />
<add key="UseLineNumbers" value="true" />
<add key="NumberWrapperHTML" value="<table border="0" cellpadding="0" cellspacing="0" style="background-color: #f2f2f2; border: solid 1px #e5e5e5; width: 100%;">
<tr style="vertical-align: top; line-height: normal;">
<td style="width: 40px; text-align: right;">
<pre style="font-family: courier new; font-size: 11px; color: gray; margin: 0px; padding: 2px; border-right: solid 1px #e7e7e7;">{0}</pre></td>
<td>
<pre style="overflow: scroll; margin:0px; padding: 2px; padding-left: 8px;">{1}</pre></td>
</tr>
</table>" /> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<appSettings>
...
<add key="CodeWrapperHTML" value="</p><table border="0" border="0" cellpadding="0" cellspacing="0" style="background-color: #f2f2f2; border: solid 1px #e5e5e5; width: 100%;">
<tr style="vertical-align: top; line-height: normal;"><td><pre style="overflow: scroll; margin:0px; padding: 2px; padding-left: 8px;">{0}
</pre></td></tr></table><p>" />
<add key="UseLineNumbers" value="true" />
<add key="NumberWrapperHTML" value="<table border="0" cellpadding="0" cellspacing="0" style="background-color: #f2f2f2; border: solid 1px #e5e5e5; width: 100%;">
<tr style="vertical-align: top; line-height: normal;">
<td style="width: 40px; text-align: right;">
<pre style="font-family: courier new; font-size: 11px; color: gray; margin: 0px; padding: 2px; border-right: solid 1px #e7e7e7;">{0}</pre></td>
<td>
<pre style="overflow: scroll; margin:0px; padding: 2px; padding-left: 8px;">{1}</pre></td>
</tr>
</table>" />
</appSettings> |
|
Lonwas Highlight http://www.projectdistributor.net/Projects/Project.aspx?projectId=11 |
|
2008/09/13 1.0.0 First release version for BlogEngine.net 1.4.5 |