Fix formatting of welcome message to use markdown

This commit is contained in:
sabaimran
2023-11-17 18:55:59 -08:00
parent 262f3ccb59
commit 11ccb92755

View File

@@ -13,11 +13,11 @@
<script>
let welcome_message = `
Hi, I am Khoj, your open, personal AI 👋🏽. I can help:
🧠 Answer general knowledge questions
💡 Be a sounding board for your ideas
📜 Chat with your notes & documents
- 🧠 Answer general knowledge questions
- 💡 Be a sounding board for your ideas
- 📜 Chat with your notes & documents
Download the <a class='inline-chat-link' href='https://khoj.dev/downloads'>🖥️ Desktop app</a> to chat with your computer docs.
Download the [🖥️ Desktop app](https://khoj.dev/downloads) to chat with your computer docs.
To get started, just start typing below. You can also type / to see a list of commands.
`.trim()