mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Adjusting indentation
This commit is contained in:
@@ -130,7 +130,7 @@ function convertDocumentToMarkdown(doc) {
|
||||
}
|
||||
else if (containsImage) {
|
||||
imageCount++;
|
||||
write("\n\n");
|
||||
write("   \n\n");
|
||||
text = "";
|
||||
}
|
||||
else if (style.match(/\s\d$/)) {
|
||||
|
||||
@@ -279,7 +279,7 @@ function convertDocumentToMarkdown(doc: Word.Document): string {
|
||||
}
|
||||
else if (containsImage) {
|
||||
imageCount++;
|
||||
write("\n\n");
|
||||
write("   \n\n");
|
||||
text = "";
|
||||
}
|
||||
else if (style.match(/\s\d$/)) {
|
||||
|
||||
Reference in New Issue
Block a user