Skip to content

Commit

Permalink
#23 フォーマット
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPt committed Apr 23, 2024
1 parent 577cab8 commit ef3229c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ private static EpubDocument EmptySingleParagraph
=> new("", "", "", Guid.NewGuid())
{
Chapters = [
new () {
Sections = [new Section("") { Elements = [new Paragraph()] }] }]
new()
{
Sections = [new Section("") { Elements = [new Paragraph()] }]
}]
};


/// <summary>
/// (htmlの要素の)テキストを"<div class = \"main_text\"></div>"で囲む
Expand Down

0 comments on commit ef3229c

Please sign in to comment.