@@ -11,7 +11,7 @@ import { linkSingleRule } from "./link-single";
1111import { linkAnchorRule } from "./link-anchor" ;
1212import { linkStarRule } from "./link-star" ;
1313import { colorRule } from "./color" ;
14- import { newlineLineBreakRule , underscoreLineBreakRule } from "./line-break" ;
14+ import { backslashLineBreakRule , newlineLineBreakRule , underscoreLineBreakRule } from "./line-break" ;
1515import { commentRule } from "./comment" ;
1616import { rawRule } from "./raw" ;
1717import { spanRule , closeSpanRule } from "./span" ;
@@ -39,7 +39,7 @@ export { linkSingleRule } from "./link-single";
3939export { linkAnchorRule } from "./link-anchor" ;
4040export { linkStarRule } from "./link-star" ;
4141export { colorRule } from "./color" ;
42- export { newlineLineBreakRule , underscoreLineBreakRule } from "./line-break" ;
42+ export { backslashLineBreakRule , newlineLineBreakRule , underscoreLineBreakRule } from "./line-break" ;
4343export { commentRule } from "./comment" ;
4444export { rawRule } from "./raw" ;
4545export { spanRule , closeSpanRule } from "./span" ;
@@ -71,6 +71,7 @@ export const inlineRules: InlineRule[] = [
7171 linkAnchorRule ,
7272 linkStarRule ,
7373 colorRule ,
74+ backslashLineBreakRule ,
7475 underscoreLineBreakRule ,
7576 newlineLineBreakRule , // Must come after underscore rule
7677 commentRule ,
0 commit comments