Format Messages
Use Markdown and LaTeX to format prompts, code blocks, and equations.
Crafty AI supports rich text formatting using Markdown and mathematical equations using LaTeX. This allows you to create structured, readable messages and display complex formulas clearly.
Markdown Basics
Use these common Markdown syntaxes in your prompts or observe them in AI responses:
- Bold:
**text** - Italic:
*text* Strikethrough:~~text~~Inline Code:`code`- Links:
[Title](https://example.com) - Lists: Use
-or*for bullets, and1.for numbered lists.
Code Blocks
For multi-line code, use triple backticks:
```python
def hello_world():
print("Hello from Crafty AI!")
```
Crafty AI automatically adds a Copy button to all code blocks for easy reuse.
Mathematical Equations (LaTeX)
You can display math using LaTeX notation. Crafty supports both inline and block equations:
- Inline Math: Wrap your formula in single dollar signs, e.g.,
$E=mc^2$. - Block Math: Wrap your formula in double dollar signs for a centered, standalone display:
$$ \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$
Tables
Create tables to organise data:
| Feature | Supported |
|---------|-----------|
| Markdown| Yes |
| LaTeX | Yes |
Tip: You can ask Crafty AI to "format the output as a table" or "show the derivation using LaTeX" to see these features in action.
Disclaimer
The information provided on this website does not constitute professional advice, and should not be relied upon as such. No client relationship is formed by accessing or using this website. Users are advised to seek their own professional advice before acting on any information provided or generated herein. datacraftsman.com.au and its contributors accept no liability for any loss, injury or damage caused by reliance on the information provided or generated.