dmsnell / blocky-formats

Use the WordPress Block Editor to edit other structural formats.
3 stars 0 forks source link

Markdown: Convert Code Block newlines into <br> tags. #3

Closed dmsnell closed 3 months ago

dmsnell commented 3 months ago

Do not merge.

Status

I can't reproduce the problem, and this solution adds plaintext <br>s into the code block, so I think it's wrong.

Summary

Fixes #1.

When converting code blocks back into Markdown the newlines were not being preserved. The original conversion changes <br> tags into newlines, and this patch performs the reverse operation.