swup / docs

Official swup documentation 📘
https://swup.js.org/getting-started
12 stars 36 forks source link

Find a way to not auto-format code snippets in md files #155

Closed hirasso closed 10 months ago

hirasso commented 10 months ago

Describe the problem

npm run lint right now also formats .md files. While doing so, it applies some undesired changes to the code snippets in those.

Describe the proposed solution

The only thing that comes to mind is to exclude .md files alltogether. Any other ideas?

How important is this feature to you?