From 4b749dd5f0b1d8b6519ee0156f4a9fc915f9df24 Mon Sep 17 00:00:00 2001 From: John Long Date: Tue, 11 Jun 2024 09:10:39 -0400 Subject: [PATCH] use standard markdown syntax instead of HTML --- docs/home/quick_start.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/docs/home/quick_start.md b/docs/home/quick_start.md index 3013e905d..8f7cc8e52 100644 --- a/docs/home/quick_start.md +++ b/docs/home/quick_start.md @@ -10,41 +10,25 @@ As you develop your Bloqade program, you are expected to rely on pop-up "hints" In [VS Code](https://code.visualstudio.com/) this is automatic, just type the `.` and see what options pop up: -
- - VSCode Hints - -
+![VSCode Hints](../assets/quick_start/vscode-hints.gif) ### JetBrains PyCharm The same goes for [JetBrains PyCharm](https://www.jetbrains.com/pycharm/): -
- - PyCharm Hints - -
+![PyCharm Hints](../assets/quick_start/pycharm-hints.gif) ### Jupyter Notebook In a [Jupyter Notebook](https://jupyter.org/) you'll need to type `.` and then hit tab for the hints to appear: -
- - Jupyter Notebook Hints - -
+![Jupyter Hints](../assets/quick_start/jupyter-hints.gif) ### IPython The same goes for [IPython](https://ipython.readthedocs.io/en/stable/): -
- - IPython Hints - -
+![IPython Hints](../assets/quick_start/ipython-hints.gif) ## Defining Atom Geometry