Open RangHo opened 2 months ago
Basic HTML elements that I need to implement according to ox-slimhtml
:
bold
example-block
export-block
export-snippet
headline
inner-template
italic
item
link
paragraph
plain-list
plain-text
section
special-block
src-block
strike-through
template
verbatim
Right now, the HTML part of this package relies heavily on
ox-html
. It makes a lot of things easy, but it also introduces some unwanted behavior such as inconsistent ID property (#2).I found
ox-slimhtml
to be pretty simple and has a lot of rooms for customization. I could derive the whole thing from this backend, but it seems the upstream repo was lost to time.Time to write my own here?