We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I accidentally had a structure
## h2 ### h3 ### h4
where the h3 was not being picked up because of a missing newline before.
It crashed as follows:
NoMethodError: undefined method `[]' for nil:NilClass sections_index[@reference_counts[document_sections[0]] - 1][:children][@reference_counts[document_sections[1]] - 1][:children][@reference_counts[document_sections[2]] - 1] = { :name => name, :id => id, :children => [] } ^^^^^^^^^^^ Current item: /index.md.erb (:default representation) 0. /Users/ruben/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/scholarmarkdown-3.0.0/lib/scholarmarkdown/filter/labelify.rb:98:in `number_for' 1. ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I accidentally had a structure
where the h3 was not being picked up because of a missing newline before.
It crashed as follows:
The text was updated successfully, but these errors were encountered: