.el-node-markdown {
	h1 {
		border-bottom: 1px solid #ccc;
		margin-top: 32px;
		margin-bottom: 8px;

		display: inline-block;
		font-size: 1.25em;

		border-radius: 8px;
		color: #fff;
		background-color: var(--color1);
		padding: 4px 12px;

		&:first-child {
			margin-top: 32px;
		}
	}

	h2 {
		font-size: 1.25em;
		margin-bottom: 0px;
		color: var(--color1);
	}

	h3:before {
		font-size: 1.0em;
		content: "> ";
		color: var(--color1);
	}

	img {
		max-width: var(--thumbnail-width);
		max-height: var(--thumbnail-height);
	}

	table {
		border: 1px solid #ccc;
		border-collapse: collapse;

		th {
			text-align: left;
			padding: 8px;
		}

		th,
		td {
			border: 1px solid #ccc;
			padding: 8px;
		}
	}

}
