Switched on Markdown Rendering in the GUI.

Enabled linking against pegmarkdown library.
Added Circle files to .pro, but disabled for now.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-12-12 19:27:02 +00:00
parent 3eaf844ec8
commit 2d4c89aacf
3 changed files with 22 additions and 3 deletions

View file

@ -28,7 +28,7 @@
#include <iostream>
//#define USE_PEGMMD_RENDERER 1
#define USE_PEGMMD_RENDERER 1
#ifdef USE_PEGMMD_RENDERER
#include "markdown_lib.h"