update changelog
This commit is contained in:
parent
abf021a256
commit
a6be8d9bc0
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- UUIDs in URL are now Base64 encoded to shorten URLs.
|
- UUIDs in URL are now Base64 encoded to shorten URLs.
|
||||||
|
- Syntax highlighting via Prism.
|
||||||
|
- More efficient note reloading.
|
||||||
|
|
||||||
## 0.1.0 - 2022-02-21
|
## 0.1.0 - 2022-02-21
|
||||||
|
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
import { ref, computed, onMounted } from 'vue'
|
import { ref, computed, onMounted } from 'vue'
|
||||||
import { marked } from 'marked'
|
import { marked } from 'marked'
|
||||||
|
|
||||||
console.log(Prism.languages)
|
|
||||||
|
|
||||||
const MAPPINGS = {
|
const MAPPINGS = {
|
||||||
golang: 'go'
|
golang: 'go'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user