Make sure markdown line breaks do a line break
Remove warning on Load redefine
This commit is contained in:
parent
b431c1de37
commit
4e817289dc
4 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue