From 4184f047985bb28e79dd11863fe76c71865d89db Mon Sep 17 00:00:00 2001 From: clsr Date: Thu, 24 Aug 2017 15:56:03 +0200 Subject: Add ContainerBlock and RawTextContents Table.Rows() has been renamed to Table.Children(). RawBlock.Contents is now RawTextContents. TextRawContents is now used for unknown text formats. --- write_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'write_test.go') diff --git a/write_test.go b/write_test.go index fc13459..bf829a0 100644 --- a/write_test.go +++ b/write_test.go @@ -102,7 +102,7 @@ content }, &RawBlock{ Syntax: "text/plain", - Contents: "of various \\n features", + Contents: TextRawContents{"of various \\n features"}, }, &SectionBlock{ContentBlock{ name: "section", -- cgit