mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
add back a little bit o space
This commit is contained in:
@@ -110,7 +110,7 @@ public class DiscourseFormat {
|
||||
// Format and render sketchcode
|
||||
|
||||
// [code] tag cancels other tags, using [quote]
|
||||
StringBuffer cf = new StringBuffer("[quote]");
|
||||
StringBuffer cf = new StringBuffer("[quote]\n");
|
||||
|
||||
int selStart = parent.getSelectionStart();
|
||||
int selStop = parent.getSelectionEnd();
|
||||
@@ -134,7 +134,7 @@ public class DiscourseFormat {
|
||||
appendFormattedLine(cf, i);
|
||||
}
|
||||
|
||||
cf.append("[/quote]");
|
||||
cf.append("\n[/quote]");
|
||||
|
||||
StringSelection formatted = new StringSelection(cf.toString());
|
||||
Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
|
||||
|
||||
Reference in New Issue
Block a user