markdown to org conversion fails.
This is how it fails:
Could you explain what's wrong?
Could you explain what's wrong?
The list is not on different lines.
Try to reproduce it in #308
This also seems to be an issue when printing SRC blocks as well - those also seem to loose newlines in my case:
** User:
Write a simple elisp function that prints 'hello world'.
** Ellama:
Certainly! Below is a simple Emacs Lisp (elisp) function that prints "hello
world" to the ~*Messages*~ buffer in Emacs. #+BEGIN_SRC elisp (defun
print-hello-world () "Print 'hello world' to the Messages buffer." (message
"hello world")) #+END_SRC
Try to reproduce it with 1.8.2
Still not fixed unfortunately.
Try to reproduce it with 1.8.3. Enable debug before it:
(setq ellama-debug t)
If it is still reproducible, save content of *ellama-debug* buffer to a file and upload it here.