We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89242 commit 7c77558Copy full SHA for 7c77558
lib.rs
@@ -428,7 +428,7 @@ fn get_balanced<'a>(
428
} else {
429
*result.to_mut() += line;
430
}
431
- if level == 0 {
+ if level == 0 && !in_quote {
432
return Ok(result);
433
434
line = if let Some(l) = lines.next() {
@@ -807,6 +807,11 @@ ixyz = [
807
"arrays"
808
]
809
810
+replace = """
811
+<!-- next-header -->
812
+## [Unreleased] - ReleaseDate
813
+"""
814
+
815
[dev-dependencies]
816
## dep1
817
dep1 = {
0 commit comments