Skip to content

Commit

Permalink
#13 削除忘れを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaji255 committed Mar 30, 2024
1 parent 4b85a1c commit c5ed389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Epub/KoeBook.Epub/Services/ScrapingAozoraService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ public async ValueTask<EpubDocument> ScrapingAsync(string url, string coverFileP
var focusElements = document.Chapters[chapterNum].Sections[sectionNum].Elements;
if (focusElements[^1] is Paragraph paragraph)
{
paragraph.Text += TextProcess(element);

var splitted = _splitBraceService.SplitBrace(TextProcess(element));
var first = true;
foreach (var text in splitted)
Expand Down

0 comments on commit c5ed389

Please sign in to comment.