Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't run pygments on unspecified language code blocks to prevent clozes from being unparsed #24

Open
blueputty01 opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@blueputty01
Copy link
Owner

blueputty01 commented Sep 26, 2024

For the following card:

$\epsilon$-closure algorithm for NFA (Σ, Q, q0, Fn, δ), state set R and output state set R'

let R' = R // start states

while R != R'
	let R = R' // continue from previous
	let R' = R ∪ {{c1::{q | p ∈ R, (p, ε, q) ϵ 𝜎} }} // new ε-reachable states
@blueputty01 blueputty01 added the bug Something isn't working label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant