question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

lists in quotes should not be linted as normal lists?

See original GitHub issue
src/plonk/lagrange.md:13 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "> - $H$: The coset we are in, ..."]

the text:

> - $H$: The coset we are in, with generator $g$ and offset $h$
> - $m$: The size of the coset $H$
> - $Z_H$: The vanishing polynomial for $H$. $Z_H(x) = \prod_{i \in [m]} (x - h \cdot g^i) = x^m - h^m$

a similar rule got triggered on something like this:

> 2. thing
> 3. thing
> 4. thing

because it didn’t start with “1.”

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
scottamaincommented, Dec 21, 2022

FYI @mimoo here’s how to disable:

<!-- markdownlint-disable MD029 -->
> 2. thing
> 3. thing
> 4. thing
<!-- markdownlint-enable MD029 -->
0reactions
DavidAnsoncommented, Dec 22, 2022

Great!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Paraphrasing and Quoting: Bulleted and Numbered Lists
Bulleted or numbered lists taken directly from a source can function as block quotes, which don't need quotation marks around the text.
Read more >
Warning: When You Must Cite - Poorvu Center - Yale University
When you introduce information that is not common knowledge or that may be considered common knowledge in your field, but the reader may...
Read more >
Quotation marks - The Punctuation Guide
Quotation marks. Quotation marks are primarily used to indicate material that is being reproduced word for word, as well as some other important...
Read more >
regex - Java: splitting a comma-separated string but ignoring ...
that I want to split by commas -- but I need to ignore commas in quotes. How can I do this? Seems like...
Read more >
THE BLUEBOOK MADE EASY - Penn State Law
Some citations do not have a signal or a parenthetical ... Table T6 lists word that should be abbreviated in ... Common court...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found