Embedded code blocks highlighting
Supported languages: c, c++, css, html, java, javascript, json, php, python, rust, sass, xml
@cpbotha If you are still interested.
And also :
- Use the same font as obsidian
- Add option to hide the leading stars for custom CSS like:
CSS snippet used:
.org-heading.org-heading-1::before {
content: '✤ ';
}
.org-heading-1::before {
content: ' ';
}
.org-heading.org-heading-2::before {
content: ' ✽ ';
}
.org-heading-2::before {
content: ' ';
}