Changements techniques
This commit is contained in:
parent
5358644064
commit
4180eb4d07
2 changed files with 3 additions and 2 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"markdown.marp.themes": [
|
"markdown.marp.themes": [
|
||||||
"./themes/catppuccin.css"
|
"./themes/catppuccin.css"
|
||||||
]
|
],
|
||||||
|
"ltex.language": "fr"
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preview": "marp $npm_config_src --preview",
|
"preview": "marp $npm_config_src --preview",
|
||||||
"pdf": "marp $npm_config_src --pdf --pdf-outline",
|
"pdf": "marp $npm_config_src --pdf",
|
||||||
"build": "marp $npm_config_src"
|
"build": "marp $npm_config_src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue