mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 22:30:01 +02:00
Added an console command to convert the old BBCode comments to markdown
This commit is contained in:
parent
c814bae3af
commit
8cfaee5c62
9 changed files with 427 additions and 95 deletions
|
@ -105,9 +105,6 @@
|
|||
"egulias/email-validator": {
|
||||
"version": "2.1.7"
|
||||
},
|
||||
"erusev/parsedown": {
|
||||
"version": "1.7.3"
|
||||
},
|
||||
"felixfbecker/advanced-json-rpc": {
|
||||
"version": "v3.0.4"
|
||||
},
|
||||
|
@ -150,6 +147,9 @@
|
|||
"jdorn/sql-formatter": {
|
||||
"version": "v1.2.17"
|
||||
},
|
||||
"league/html-to-markdown": {
|
||||
"version": "4.8.2"
|
||||
},
|
||||
"liip/imagine-bundle": {
|
||||
"version": "1.8",
|
||||
"recipe": {
|
||||
|
@ -269,7 +269,7 @@
|
|||
"version": "1.4.3"
|
||||
},
|
||||
"s9e/text-formatter": {
|
||||
"version": "1.4.1"
|
||||
"version": "2.1.2"
|
||||
},
|
||||
"sebastian/diff": {
|
||||
"version": "3.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue