R. N. West (Nat)

Results 12 issues of R. N. West (Nat)

It took me a while to realise that this repo is for MathJax v2, and that [MathJax-demos-node](https://github.com/mathjax/MathJax-demos-node) is available for MathJax v3. This PR aims to clarify this.

**Describe the bug** When an empty tag is present inside of a `` element, SVGO converts it to a self-closing tag. This results in tags that are invalid HTML and...

bug

### Is this a feature request or a bug? Bug. ### What is the current behavior? When running `webExt.cmd.run` in a NodeJS script, Firefox fails to open, and `web-ext` fails...

contrib: good first bug
contrib: welcome

Constructors for Inline and Block elements were missing the LineBlock and Underline elements. The constructors now match with the elements listed at https://hackage.haskell.org/package/pandoc-types-1.22.2.1/docs/Text-Pandoc-Definition.html.

When executing `simple/tex2chtml ''`, the output is ``` No version information available for component adaptors/liteDOM No version information available for component adaptors/liteDOM No version information available for component tex-chtml No...

Accepted

### What version of Hugo are you using (`hugo version`)? ```console $ hugo version hugo v0.126.1+extended linux/amd64 ``` ### Does this issue reproduce with the latest release? Yes. ### Report...

Bug

The [documentation on configuration](https://florianschanda.github.io/miss_hit/style_checker.html) describes the `exclude_dir` configuration option, to disable checking of all files located in a given directory, including nested directories. How would one go about disabling checking...

component: core

See jgm/pandoc#10757. I have a variable defined in frontmatter as follows: ```yaml list: - id: 1 name: Geoff - id: 2 name: Alex ``` I have tried accessing the `name`...

**Explain the problem.** Running the following file `test.lua`: ```lua Writer = pandoc.scaffolding.Writer Writer.Block.Para = function(para) return 'para' end Writer.Blocks({pandoc.Para('asdf'), pandoc.Para('qwer')}) ``` as follows: ``` pandoc lua test.lua ``` results in...

bug
lua-filters