lhotari commented on PR #954: URL: https://github.com/apache/pulsar-site/pull/954#issuecomment-2437474014
Thanks for the improvement! btw. The website has now been migrated to Docusaurus 3 and MDX 3 in #967 . MDX 3 is more strict about escaping of expressions that could be mixed up as code expressions. For example in `<=`, it's necessary to use html entities to turn `<` into `<`. ([more details](https://docusaurus.io/docs/migration/v3#common-mdx-problems)) We will actively maintain docs for 4.0.x, 3.3.x (until December), 3.0.x and next (== main), so there isn't need to make updates for older versions for minor issues. I had to update all content for the Docusaurus 3 migration since the site compilation would crash due to invalid content issues which passed the previous Docusaurus 2 parser. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
