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
It seems multi-line code paragraphs were broken by commit 0091d1b.
For example:
- import beancount.loader
- …
- entries, errors, options = beancount.loader.load\_file(‘myfile.ledger’)
- for entry in entries:
- …
+ `import beancount.loader … entries, errors, options = beancount.loader.load_file(‘myfile.ledger’) for entry in entries: …`
- **easy\_install-3.4 pip
- **Make sure you invoke the version of easy\_install which matches your Python version, e.g. easy\_install-3.5 if you have Python 3.5 installed, or more.
+ **`easy_install-3.4 pip `**Make sure you invoke the version of easy\_install which matches your Python version, e.g. easy\_install-3.5 if you have Python
3.5 installed, or more.
I added a special rule for these cases, but the result is still not perfect. The parsing could be further improved by changing formatting in the google doc.
It seems multi-line code paragraphs were broken by commit 0091d1b.
For example:
The text was updated successfully, but these errors were encountered: