Update README.md

This commit is contained in:
cactuzhead 2025-02-23 13:52:46 +00:00 committed by GitHub
parent 3456000d73
commit 4f18672f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,9 @@ Obsidian plugin to create custom progress bars
### Header 3
```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
<pre><code>```obsidian-bar
Progress: 57/100
```</pre></code>
}
```
```ruby