<h1>Welcome to WickedDocs</h1>
<div class="col-sm-6"> <img src="images/logo-big.png"> </div>
<div class="col-sm-6">
<!-- http://oli.zilla.org.uk/2013/01/20/if-only-you-knew-plain-text.html -->
<p>In a nutshell, WickedDocs takes Markdown formatted plain-text files and turns them in to beautiful PDF documents. Why would you want to use plain-text? It works great together with version control software as well as with command line text processing tools. This makes it easy to integrate in to many production environments where using a propriatary way to format text would otherwise be painful. Why use Markdown? It is simple, safe and widely used. In future versions of WickedDocs support for similar and varients of Markdown will be supported based on demand. What makes WickedDocs PDFs so beautiful? WickedDocs makes it simple to create and edit templates which define the page headers and footers and watermarks etc and seperates this from the actual content which is in the markdown formatted file.
</div>
<div class="col-sm-12">
Why use WickedDocs? It has both a GUI tool to make editing Markdown and previewing the output immediately so easy, as well as a command-line component for integrating it in to build systems and various production environments. What platforms are supported? Windows, Linux and MacOSX. What can it be used for? There are so many uses. If you are a software developer, it could be used for generating the PDF manual which comes with the software. You would put the markdown in revision control, edit it with the GUI tool, and add a build step to run the command-line tool to generate the PDFs when doing builds. If you are running a business that processes orders, you may need to dynamically generate PDF invoices against a customer database on a server. Using the commands available on the server to process plain text, a template of the markdown for the invoice can be populated and piped to WickedDocs along with the formatting template to have a unique PDF output all from a script.</p>
</div>
<center>
<p><a href="download.html" role="button" class="btn btn-success btn-primary btn-lg" aria-label="Left Align">
<span class="glyphicon glyphicon-download" aria-hidden="true"></span> Download
</a></p>
</center>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="img-circle" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h2>Heading</h2>
<p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h2>Heading</h2>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h2>Heading</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">First featurette heading. <span class="text-muted">It'll blow your mind.</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="images/c2_plaintext.png" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" src="images/c3_build.png" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Checkmate.</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="images/c4_pdf_out.png" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<div class="container">
<p>
<h1>About</h1>
<p>
This is just a test
<p>
<h1>Hello, world!</h1>
</div>
<div class="container theme-showcase" role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Theme example</h1>
<p>This is a template showcasing the optional theme stylesheet included in Bootstrap. Use it as a starting point to create something more unique by building on or modifying it.</p>
</div>
</div>