Make sure markdown line breaks do a line break

Remove warning on Load redefine
This commit is contained in:
Lars Brubaker 2018-07-09 13:58:42 -07:00
parent b431c1de37
commit 4e817289dc
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ using MatterHackers.Agg.UI;
namespace Markdig.Renderers.Agg.Inlines
{
public class LineBreakX : AutoFit{ }
public class LineBreakX : AutoFit, IHardBreak { }
public class LineBreakSoftX : AutoFit{ }
/// <summary>