Skip to content

Commit 95fd6b9

Browse files
committed
➕ Updated README
1 parent de5c618 commit 95fd6b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Primary styles [Callouts](https://help.obsidian.md/How+to/Use+callouts), using a
164164

165165
### 💯 Progress Bars
166166

167-
Primary also supports HTML progress bars. You can create them inside of your note by using this code:
167+
Primary also supports HTML progress bars. Progress bars are mainly composed of the `value="n"` and `max="100"` parts. You can create them inside of your note by using this code:
168168

169169
| Percentage | HTML Code |
170170
|------|---------------------------------------------|
@@ -179,6 +179,8 @@ Primary also supports HTML progress bars. You can create them inside of your not
179179
| 90% | `<progress value="90" max="100"></progress>` |
180180
| 100% | `<progress value="100" max="100"></progress>` |
181181

182+
**Note:** *Currently, Primary only supprots these specific values - but will be updated to properly visually support any value from 1-100 in the next update.*
183+
182184
## 🖼️ Screenshots
183185

184186
![Primary Overall Preview — features markdown syntax styling as well as commonly used sidebars and other exclusive features](https://github.com/ceciliamay/obsidianmd-theme-primary/blob/main/assets/primary-preview-1.png)

0 commit comments

Comments
 (0)