mirror of
https://github.com/vadimmelnicuk/meo.git
synced 2026-05-03 12:40:38 +00:00
chore: update version to 0.1.17
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Markdown Editor Optimized (MEO)
|
||||
---
|
||||
## 0.1.17
|
||||
- Added latex math rendering
|
||||
- Added kbd tag parsing and rendering
|
||||
- Improved auto save stability
|
||||
- Improved table inline parsing
|
||||
- Updated demo gif and enhance feature descriptions
|
||||
|
||||
## 0.1.16
|
||||
- Added mermaid colon fences in markdown rendering
|
||||
- Fixed document offset mapping in applyDocumentChanges function (patch for issue 23)
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "meo",
|
||||
"displayName": "Markdown Editor Optimized",
|
||||
"description": "An optimized markdown editor with live editing mode for VS Code.",
|
||||
"version": "0.1.16",
|
||||
"version": "0.1.17",
|
||||
"publisher": "vadimmelnicuk",
|
||||
"private": true,
|
||||
"icon": "logo.png",
|
||||
|
||||
Reference in New Issue
Block a user