tommoor / slate-md-serializer

A Markdown serializer for the Slate editor framework
MIT License
64 stars 36 forks source link

Duplicate line #17

Closed Lukavyi closed 6 years ago

Lukavyi commented 6 years ago

https://github.com/tommoor/slate-md-serializer/blob/master/src/renderer.js#L105

case "heading6":
  return `\n###### ${children}\n`;
case "heading6":
  return `\n###### ${children}\n`;