text to MD error
-
exporting to JSON and converting from HTML to MD there’s an error regarding the << character where everything after it gets stripped (until closing pre tag). E.g.:
<pre>touch ~/.profile cat >> ~/.profile <<EOF export PATH="$(brew --prefix homebrew/php/php56)/bin:$PATH" EOF </pre>
becomes:
touch ~/.profile cat >> ~/.profile
this is I believe a different issue than not having a a code tag nested inside of a pre tag.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘text to MD error’ is closed to new replies.