I compared two simple assemblies:
1st contains enum with three fields
2nd contains the same enum with two fields.
The xml report is:
<Assembly Name="test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
<Module Name="test.dll" DiffType="Modified">
<Type Name="test.Types" DiffType="Modified">
<Field Name="three" DiffType="Deleted" />
</Type>
</Module>
</Assembly>
but markdown is:
it is expected that mardown report contains all changes.