mgroeber9110
mgroeber9110
I have tried to take a first stab at writing a brief README for main.exe ( #518). While trying to untangle the ``--instruct`` and ``--interactive`` behaviour, I noticed a small...
I have used JTD to convert a relatively large collection of pre-existing Markdown docs into a site deployed onto gh-pages (after having previously used the `jekyll-build-pages` action). While the conversion...
This modifies the rules for "Markdownish" formatting in the server's front-end to only replace formatting characters (like '_' and '*') and headings outside of code sections. This keeps the formatter...
Version: 0.16.3 When making a conditional HTTP request where the server responds with a 304 (Not Modified) code, WebOne inserts a `Content-Type` header with `webone/unknown-content-type`. This appears to be at...
This is a small change for the command that collects the files for the Gem: I found that command line persing in Windows differs in the conventions for argument quoting,...
This is a first attempt at using a web worker thread to perform the indexing for lunr, so the page remains responsive while the index is being built. The code...
**Describe the bug** The stylesheet specifies `font-size: 0.6875rem` for h4 and `font-size: 0.75rem` for h5. This appears to be incorrect, as it makes h4 headings appear rather small, especially compared...
**Describe the bug** When using the current tip of `main`, rather than the latest 0.10.1 release, defining an `aux_links` section in `_config.yml` will add a new aux link as expected,...