Merge branch 'master' of git.0x42.cloud:christian.morpurgo/MarkdownLivePreview

This commit is contained in:
2025-04-24 16:03:09 +02:00
2 changed files with 18 additions and 5 deletions

7
channel.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "sublime://packagecontrol.io/schemas/channel",
"schema_version": "4.0.0",
"repositories": [
"https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/raw/branch/master/repository.json"
]
}

View File

@ -1,15 +1,21 @@
{
"schema_version": "3",
"schema_version": "3.0.0",
"packages": [
{
"name": "MarkdownLivePreview-Fork",
"name": "MarkdownLivePreview",
"description": "My enhanced live-preview fork of MarkdownLivePreview",
"author": "Christian Morpurgo",
"homepage": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview",
"releases": [
{
"version": "1.0.0",
"url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v0.0.0.zip"
"version": "4.0.0",
"url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/releases/download/v5.0.0/MarkdownLivePreview.sublime-package",
"date": "2025-04-24 00:00:00",
"sublime_text": "*",
"dependencies": [
"beautifulsoup4==4.9.3" ]
}
]
}
]
}
}