We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea01967 commit 0ca4e48Copy full SHA for 0ca4e48
.github/design.md
@@ -0,0 +1,30 @@
1
+# **Design System for writing code and documentation.**
2
+
3
+## **Exponential**
4
5
+| **Digit** | **Exponential Form** |
6
+| :-------: | :------------------: |
7
+| 0 | ⁰ |
8
+| 1 | ¹ |
9
+| 2 | ² |
10
+| 3 | ³ |
11
+| 4 | ⁴ |
12
+| 5 | ⁵ |
13
+| 6 | ⁶ |
14
+| 7 | ⁷ |
15
+| 8 | ⁸ |
16
+| 9 | ⁹ |
17
+| + | ⁺ |
18
+| - | ⁻ |
19
+| = | ⁼ |
20
+| ( | ⁽ |
21
+| ) | ⁾ |
22
+| n | ⁿ |
23
+| i | ⁱ |
24
25
+## **Check Marks**
26
27
+| **Emoji Preview** | **GitHub Flavoured Markdown** |
28
+| :---------------: | :---------------------------: |
29
+| ✅ | `:white_check_mark:` |
30
+| 🔳 | `:white_square_button:` |
0 commit comments