Kimberlee Model

Results 8 issues of Kimberlee Model

> I don't want to comment too much on this pull request since we need to extract each `convert_` method in a dedicated pull request. However, I think we should...

area/html-next

Instead of inserting icons (e.g. for admonitions) via code-generation, they could be inserted with CSS `:after { content: "..."; }` blocks. (suggestion for HTML Converter Next, although it appears I...

Apologies for changing sooo much, but I really loved the idea of this library, and thought I'd contribute the following changes, which is basically most of the code. although I'm...

Hello, I'm looking for guidance regarding ``group`` parameter which is required by this plugin. According to [fedora wiki](https://fedoraproject.org/wiki/RPMGroups), the ``group`` has been deprecated (but not removed) from both Fedora and...

This MR adds functionality to convert block-quotes in AsciiDoctor for the semantic-html5 converter/backend. I've added the examples from [the asciidoctor](https://docs.asciidoctor.org/asciidoc/latest/blocks/blockquotes/) manual as tests. The `blockquotes-6` test requires unordered lists, which...

Titles seems to be a cross cutting confusion for how to be implemented in the semantic HTML 5 converter. Many features have used `` for the title, but it isn't...

area/html-next

Code and tests for making [asciidoc sidebars](https://docs.asciidoctor.org/asciidoc/latest/blocks/sidebars/).

Possibly related to #10 Go enforces a syntactic reachability analysis for `return`s, while C never required that returns be reachable and C compilers which do reachability use more sophisticated algorighms....

bug