mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 12:20:30 +00:00
Update README.md
This commit is contained in:
parent
01da1622e1
commit
54e4e343b1
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -3,18 +3,14 @@ Obsidian plugin to create custom progress bars
|
|||
|
||||

|
||||
|
||||
### 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue