Levi Gruspe
Levi Gruspe
Hello, this is a continuation of #1037, which fixes #990. ## Changes - Adds test to check if sqlite math functions are compiled in - Update github workflow to include...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :sparkles: New feature | ## Description `consider-using-join` now detects more refactoring opportunities. Example: ```python...
Fixes #597 Also adds some tests for `HeaderDecrease` and `HeaderIncrease`.
Example: ```markdown # Example #hashtag ``` `:Toc` and `]]` include `#hashtag` in the list of headings, but maybe they shouldn't? See https://spec.commonmark.org/0.30/#example-64 and https://cirosantilli.com/markdown-style-guide/#option-header-atx
**Explain the problem.** ```bash pandoc example.md -f markdown+grid_tables -s ``` The first table works just fine. The second table breaks even though the only difference is that some entries have...
Fixes #369 Highlights TODO, FIXME, XXX and TBD inside html comments.
Some segments appear in the PHOIBLE data as allophones, but not as phonemes in any language. Examples: - `tʃː` is an allophone for `t̠ʃ` in kuna1268 - `tʂ` is an...
Something like `sgf_to_gif.exe -o out.gif in.sgf` would be nice. Then for directories: `sgf_to_gif.exe -o out/ in/`.
**Is your feature request related to a problem? Please describe.** When you add a section that doesn't have an ID, `slipbox` just ignores it. **Describe the solution you'd like** Add...
**Is your feature request related to a problem? Please describe.** Suppose you have `#language` and `#languages`, it would be better if you only had one of these. **Describe the solution...