Hi. I'm creating another custom site. with complete custom html/scss.
If i use blocks, often the block will reference a style I dont have with a bem naming structure i dont use and these files are automatically inserted into the head.
I can directly change the automad/blocks/blockSnippetName.php but i suspect that will get overwriten with updates. Is there a way to copy the blocks to my theme package?
Also is there a weay to prevent the blocks from inserting a link to automad/blocks/dist/xxx.css amd xxx.js
..or to alter where these point?... in a way that wont be overwriten with updates?
Oh And why do the blockquote, table and table of contents blocks get wrapped in a <figure> tag ?????