zenml
zenml copied to clipboard
Fix all the mis-formatting (line breaks) in the docs
Lots of our docs pages still have broken formatting due to line breaks (e.g. https://docs.zenml.io/user-guides/llmops-guide/rag-with-zenml/rag-85-loc) but it's everywhere in old documentation).
(I think maybe gitbook changed something about how they render .md files. Previously I think it didn't matter if you had line breaks mid-sentence, but it seems that now it does matter?).
PR opened for this #4175 that attempts a fix.