Update README.md

This commit is contained in:
cactuzhead 2025-02-23 14:08:14 +00:00 committed by GitHub
parent 01da1622e1
commit 54e4e343b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,18 +3,14 @@ Obsidian plugin to create custom progress bars
![Advanced Progress Bars](/docs/assets/Obsidian Advanced Progress Bars - Hero Banner.png)
### Header 3
### Code Block
To insert an Advance Progress Bar into obsidian, you use a fenced code block similar to the one below.
````
```obsidian-bar
Progress: 57/100
```
````
```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```
Within your `obsidian-bar` code block, specify the attributes `Title`, `Value`, and `Total`.
#### Header 4
This is an unordered list following a header.