mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 02:22:49 +00:00
Add test for a pair of inline horizontal breaks
This commit is contained in:
@@ -408,7 +408,7 @@ const nonbreakingSpaces = {
|
||||
}
|
||||
},
|
||||
renderer(token) {
|
||||
return ` `.repeat(token.length).concat('\n');
|
||||
return ` `.repeat(token.length).concat('');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user