lazyblorg icon indicating copy to clipboard operation
lazyblorg copied to clipboard

Bug: Multi-line description URLs in quote blocks result in wrong formatted HTML descriptions

Open novoid opened this issue 2 years ago • 0 comments

Following snippet from https://karl-voit.at/2023/01/14/chatgpt/ results in wrong results:

#+BEGIN_QUOTE
ChatGPT (Generative Pre-trained Transformer) is a [[https://en.wikipedia.org/wiki/Chatbot][chatbot]] launched by [[https://en.wikipedia.org/wiki/OpenAI][OpenAI]] in November 2022. It is built on top of OpenAI's [[https://en.wikipedia.org/wiki/GPT-3][GPT-3]] family of large [[https://en.wikipedia.org/wiki/Language_model][language models]], and is fine-tuned (an approach to [[https://en.wikipedia.org/wiki/Transfer_learning][transfer learning]]) with both [[https://en.wikipedia.org/wiki/Supervised_learning][supervised]] and [[https://en.wikipedia.org/wiki/Reinforcement_learning][reinforcement learning]] techniques.
#+END_QUOTE

Reproducible when "transfer learning" and "reinforcement learning" do have line breaks within their description.

novoid avatar Jan 14 '23 21:01 novoid