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
Droping \n\n as required separtor should be backwards compatible, as we would just parse by detecing --- BEGIN --- and --- END --- separators. When I was quickly writing that code before launch, such implementation was just a lot harder than relying on split('\n\n'). I'm open for (RFC-compliant) PRs.
This causes some troubles, e.g. when importing data from the official client. For more context see #40
The text was updated successfully, but these errors were encountered: