How to remove default css settings of HTML elements in mkdocs?
I have mkdocs document with a HTML paragraph. This paragraph has an automatic margin and I want to remove it. In a normal HTML file I can just change it with: <!DOCTYPE html> <head> <title>Test Document</title> <meta charset="UTF-8"> <style> h1,…