-
I read the source code and it seems like the plugin processes HTML and parse the content. Why does it needs to parse HTML instead of using the raw |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @noklam , that's a good question 🙂 I tried to explain that in the README. With MkDocs, there are plenty of plugins and extensions that allow injecting contents in a document. These injections only happen when converting the Markdown content to HTML. If we want these injected contents to appear in the final .md pages, we therefore have to rebuild the llms.txt pages from HTML. I hope that answers your question! |
Beta Was this translation helpful? Give feedback.
Hi @noklam , that's a good question 🙂
I tried to explain that in the README. With MkDocs, there are plenty of plugins and extensions that allow injecting contents in a document. These injections only happen when converting the Markdown content to HTML. If we want these injected contents to appear in the final .md pages, we therefore have to rebuild the llms.txt pages from HTML.
I hope that answers your question!