jsarafajr / slackify-markdown

Convert markdown into Slack-specific markdown
MIT License
129 stars 25 forks source link

Don't create new sections between line breaks #40

Open tarngerine opened 1 year ago

tarngerine commented 1 year ago

The gap between sections is way too big in block kit — to mimic a more realistic Slack message, I think it would be nice to have a "compact" rendering that only uses \n instead of creating a new section for continuous text sections.

image image