novoid / lazyblorg

Blogging with Org-mode for very lazy people
GNU General Public License v3.0
397 stars 33 forks source link

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

Open novoid opened 1 year ago

novoid commented 1 year ago

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.