Better format for terminal.
This commit is contained in:
2
ccc
2
ccc
@@ -240,7 +240,7 @@ sub extract_section_content {
|
|||||||
# Add line breaks for readability
|
# Add line breaks for readability
|
||||||
$content =~ s/([.!?])\s+(?=[A-Z])/\n\n/g;
|
$content =~ s/([.!?])\s+(?=[A-Z])/\n\n/g;
|
||||||
|
|
||||||
return "\n[Section $section_num]\n\n" . $content . "\n";
|
return "\033[1m$section_num\033[0m $content\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
|
|||||||
Reference in New Issue
Block a user