Spaces:
Running
Running
Add formatting tips
Browse files
README.md
CHANGED
@@ -24,3 +24,23 @@ Please mind the below guidelines when writing the blogπ
|
|
24 |
- All blogs are subjected to [content guidelines](https://huggingface.co/content-guidelines) of Hugging Face Hub.
|
25 |
|
26 |
Looking forward to read your posts! π
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- All blogs are subjected to [content guidelines](https://huggingface.co/content-guidelines) of Hugging Face Hub.
|
25 |
|
26 |
Looking forward to read your posts! π
|
27 |
+
|
28 |
+
<details>
|
29 |
+
<summary>Helpful formatting tips πͺβ¨</summary>
|
30 |
+
|
31 |
+
- You can add usual markdown headers (# for Header 1, ## for Header 2, ## for Header 3)
|
32 |
+
|
33 |
+
- You can write LaTeX by writing it like this: `$$...$$`` for example π
|
34 |
+
```
|
35 |
+
$$Y = X * \textbf{dequantize}(W); \text{quantize}(W)$$
|
36 |
+
```
|
37 |
+
- You can add anchor links βοΈ like below ππ»
|
38 |
+
```
|
39 |
+
## My awesome section[[some-section]]
|
40 |
+
// the anchor link is: `some-section`
|
41 |
+
```
|
42 |
+
- Adding code formatting by enclosing with '```' ππ»
|
43 |
+
|
44 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6141a88b3a0ec78603c9e784/Dm2ZNH9oW5DF0S37nmCTS.png)
|
45 |
+
|
46 |
+
</details>
|