5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
17 lines
305 B
HTML
17 lines
305 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<html>
|
|
<head>
|
|
<title>1410061 - issue 2 - inline propagation</title>
|
|
|
|
<style type="text/css">
|
|
span.c1 {font-size: 200%}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<b><span class="c1">In bold</span></b>
|
|
<ul>
|
|
<li><span class="c1">Not in bold</span></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|