I am running a Django web app and would like to show some KQL query to the user. However, the query is in a single line, and I would like to format/prettify it. How can it be done? Do I really have to run a separate server running Node.js that than can prettify the code? Can I use the js files in @kusto/monaco-kusto
or @kusto/language-service-next
to prettify and syntax highlight the KQL queries on my web app?