X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=biaweb.cpp;h=ca9c05965f8fd88820f08006a55a4380f8d50c49;hp=b1c827b5efb806d7202194c4d038f57d544d25ff;hb=f56e2150cc79638c890ef23ef82097a4bdffd2ce;hpb=abd61eb094efbfca05e6fe0f1dd34a3e8e7de7a2 diff --git a/biaweb.cpp b/biaweb.cpp index b1c827b..ca9c059 100644 --- a/biaweb.cpp +++ b/biaweb.cpp @@ -9,6 +9,8 @@ int main (int argc, char *argv[]) { { std::shared_ptr tree (new DocumentTree (argv[1])); tree.get()->set_stub (""); + tree.get()->set_markdown_summary ("# Hello there\n\n\ +These are some contents for this page."); std::shared_ptr a1 (new DocumentTree("Child a1")); std::shared_ptr a2 (new DocumentTree("Child a2"));