Kevin Broch

Results 19 issues of Kevin Broch

## Description This table: ```adoc [cols="1,1,1,1,1"] [caption="Table {counter:table-number}: This is a Table", reftext="{table-caption} {table-number}", title="", id="some_table"] |=== |*Column1*|*Column2*|*Column3*|*Column4*|*Column5* .2+| Rows 1:2, Col 1 | Row 1, Col 2 | Row...

✨ enhancement
👋 help wanted
👶 good first

### Problem Currently there is no way to adjust the heading levels when a markdown file is included in another. ### Proposed Solution A solution similar to what asciidoc [provides](https://docs.asciidoctor.org/asciidoc/latest/directives/include-with-leveloffset/#manipulate-heading-levels-with-leveloffset)...

C-enhancement

The existing examples https://github.com/chipsalliance/verible/tree/master/verilog/tools/syntax/export_json_examples use the verible-verilog-syntax executable and subprocess calls to return results to python. I'm wondering if a more performant example with python boost https://www.boost.org/doc/libs/1_80_0/libs/python/doc/html/index.html would be useful...

used `make update-resources`

Currently `reuse annotate --merge-copyrights -c "Lorem Inc."` produces the following where a year range is used for the copyright when the file spans multiple years: ```diff -# SPDX-FileCopyrightText: 2022 Lorem...

enhancement

The ascii "(c)" copyright can be used any where the unicode "©" can so those options would be useful in the `--copyright-style` as well. So to the existing [list](https://reuse.readthedocs.io/en/latest/usage.html#annotate): ```...

enhancement

It would be useful if the same functionality https://github.com/fsfe/reuse-tool/pull/248 that was created for `reuse addheader --copyright-style` could be used to check for that copyright style consistency with `reuse lint`.

enhancement
discussion needed

https://cookiecutter-hypermodern-python.readthedocs.io/en/2022.6.3.post1/quickstart.html#requirements refers to the following: > Install [Poetry](https://python-poetry.org/) by downloading and running [install-poetry.py](https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py): > > python install-poetry.py But that file `install-poetry.py` no longer exists. Poetry team [suggest](https://python-poetry.org/docs/#installation) `pipx install poetry`

Currently only support [pyyaml==5.2](https://github.com/riscv-software-src/riscv-config/blob/master/requirements.txt#L3)

When a listing title has [`backtick literal`](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#literals-and-source-code) it isn't rendered but rather just shows up with tags around it`backtick literal` Seeing this: ![Screenshot 2024-04-22 3 32 30 PM](https://github.com/Alwinator/asciidoctor-lists/assets/86068473/51c0ed6f-6a81-47f6-94cd-a53bf46a1e1e) Hoping to...