/*=============================================================================
Copyright (c) 2002 2004 2006 Joel de Guzman
Copyright (c) 2004 Eric Niebler
http://spirit.sourceforge.net/
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#include "markups.hpp"
namespace quickbook
{
const char* comment_pre = "";
const char* paragraph_pre = "\n";
const char* paragraph_post = "\n";
const char* h1_pre = "";
const char* h1_post = "";
const char* h2_pre = "";
const char* h2_post = "";
const char* h3_pre = "";
const char* h3_post = "";
const char* h4_pre = "";
const char* h4_post = "";
const char* h5_pre = "";
const char* h5_post = "";
const char* h6_pre = "";
const char* h6_post = "";
const char* hr_ = "";
const char* blurb_pre = "\n";
const char* blurb_post = "\n";
const char* blockquote_pre = "
";
const char* blockquote_post = "
";
const char* preformatted_pre = "";
const char* preformatted_post = "";
const char* warning_pre = "";
const char* warning_post = "";
const char* caution_pre = "";
const char* caution_post = "";
const char* important_pre = "";
const char* important_post = "";
const char* note_pre = "";
const char* note_post = "";
const char* tip_pre = "";
const char* tip_post = "";
const char* list_item_pre = "\n";
const char* list_item_post = "\n";
const char* bold_pre_ = "";
const char* bold_post_ = "";
const char* italic_pre_ = "";
const char* italic_post_ = "";
const char* underline_pre_ = "";
const char* underline_post_ = "";
const char* teletype_pre_ = "";
const char* teletype_post_ = "";
const char* strikethrough_pre_ = "";
const char* strikethrough_post_ = "";
const char* quote_pre_ = "";
const char* quote_post_ = "
";
const char* break_mark = "\n";
const char* url_pre_ = "