curiouslychase / _goorgeous

[DEPRECATED] A go org syntax parser to html
MIT License
160 stars 28 forks source link

=code= before or after linebreak is not parsed #51

Closed mgmart closed 7 years ago

mgmart commented 7 years ago

If =code= occurs right before or after a linebreak, it is not parsed.

I've marked the occurrences in the image attached to #50

mgmart commented 7 years ago

Digged a bit deeper. It seems it's only true in a list environment. Therefore this should be solved once #50 is fixed.

<ul>
<li>After restarting emacs/reparsing your configuration, run</li>
   =org-mobile-push=. This will copy your Org files to
   ~/Dropbox/Apps/MobileOrg, which is where MobileOrg will read from.
<li>You can run <code>org-mobile-push</code> by pressing <code>C-c C-x RET p</code> whilst you</li>
   are in an Org buffer.
<li>If you use <a href="http://spacemacs.org/" title="spacemacs">spacemacs</a> just type: <code>SPC q r</code></li>
<li>Go back to MobileOrg and click on the Outlines tab at the bottom,</li>
   then click the Sync button in the upper right.
</ul>