You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the cleaner source is nice, but the code it emits is error-prone. The source basically has <code> around each line in a code block.
I built a script that tries to recognize code blocks in the converted markdown, at least, but it's error-prone around indentation, especially with multiple levels. Perhaps I need to take a closer look at the conversion to markdown.
There are lisp files in the repo, which we can copy into the text piecemeal. There are trailing spaces though, and I think there's code in the text which doesn't appear in those files.
Is there a pretty printer / indentation tool that matches your preferred style? This might be best.
The text was updated successfully, but these errors were encountered:
Using the cleaner source is nice, but the code it emits is error-prone. The source basically has
<code>
around each line in a code block.The text was updated successfully, but these errors were encountered: