user
07/25/2016, 3:46 PMmd
files are explicitly generated:
```markdown
title: ulib
<.|ulib>
Packages
| <sron.ulib.collections/index.md|sron.ulib.collections> | |
Index
<alltypes/index.md|All Types>
So, when Jekyll generates the site those links remain the same:
```html
<p><a href=".">ulib</a></p>
<h3 id="packages">Packages</h3>
<table>
<tbody>
<tr>
<td><a href="sron.ulib.collections/index.md">sron.ulib.collections</a></td>
<td> </td>
</tr>
</tbody>
</table>
<h3 id="index">Index</h3>
<p><a href="alltypes/index.md">All Types</a></p>