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

Node should start from delimiter #39

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Conversation

Lurk
Copy link
Owner

@Lurk Lurk commented Nov 2, 2023

fixes #36

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Merging #39 (34e5d0e) into main (accffe2) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Additional details and impacted files
Files Coverage Δ
src/nodes/accordion.rs 97.6% <100.0%> (+<0.1%) ⬆️
src/nodes/accordion_tab.rs 99.5% <100.0%> (+<0.1%) ⬆️
src/nodes/bold.rs 100.0% <100.0%> (ø)
src/nodes/highlight.rs 98.2% <100.0%> (+<0.1%) ⬆️
src/nodes/image_gallery.rs 97.3% <100.0%> (+<0.1%) ⬆️
src/nodes/list.rs 99.7% <100.0%> (+<0.1%) ⬆️
src/nodes/list_item_content.rs 98.7% <100.0%> (+<0.1%) ⬆️
src/nodes/paragraph.rs 98.5% <100.0%> (+<0.1%) ⬆️
src/nodes/yamd.rs 100.0% <100.0%> (ø)
src/toolkit/deserializer.rs 100.0% <100.0%> (ø)

@Lurk Lurk merged commit 6d557fe into main Nov 2, 2023
17 checks passed
@Lurk Lurk deleted the node_should_start_from_delimiter branch November 2, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should parse first level nodes only from newline
1 participant