fix: url
This commit is contained in:
parent
22a5a30438
commit
f14930fc66
3 changed files with 722 additions and 29 deletions
|
@ -72,5 +72,8 @@
|
||||||
"**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [
|
"**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [
|
||||||
"npx markdownlint --config ./markdownlint.config.json --fix"
|
"npx markdownlint --config ./markdownlint.config.json --fix"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@netlify/plugin-lighthouse": "^5.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,6 +65,6 @@ Rendering the output is as simple as:
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
Leaving us with:
|
Leaving us with:
|
||||||
{% image '<https://cdn.coryd.dev/blog/album-releases.jpg>', 'Albums I\'m looking forward to', 'w-full', '600px' %}
|
{% image 'https://cdn.coryd.dev/blog/album-releases.jpg', 'Albums I\'m looking forward to', 'w-full', '600px' %}
|
||||||
|
|
||||||
[^1]: At this point, a dev playground.
|
[^1]: At this point, a dev playground.
|
||||||
|
|
Reference in a new issue