BOT Man

Results 5 issues of BOT Man

``` C++ #include #include "iguana/json.hpp" struct Model { std::string str; int num; }; REFLECTION (Model, str, num); void parseJson (const char *json) { Model model; model.str = ""; model.num =...

Current version of markdig renders both `$...$` pair and `$$...$$` pair into `...` uniformly. But many math engines treat them differently... For example, [MathJax](https://www.mathjax.org/) support this: 😉 It will be...

enhancement

IMHO, the following two items in _README.md/Presentations_ are duplicated: - [Atomics Locks And Tasks](https://github.com/CppCon/CppCon2019/blob/master/Presentations/atomics_locks_and_tasks) by Rainer Grimm - [Back To Basics: Atomics, Locks, and Tasks](https://github.com/CppCon/CppCon2019/blob/master/Presentations/back_to_basics_atomics_locks_and_tasks/back_to_basics_atomics_locks_and_tasks__rainer_grimm__cppcon_2019.pdf) by Rainer Grimm

无法渲染 C++ 代码中的 `< >` > http://purecpp.org/detail?id=904 ## 渲染出来的 html ![image](https://user-images.githubusercontent.com/17026165/47985439-8adaf100-e114-11e8-9bed-6fad69fb9839.png) ## 展示的页面 ![image](https://user-images.githubusercontent.com/17026165/47985405-7565c700-e114-11e8-94d0-e603f61fb9b6.png)

Fonts and colors of **Output Filter** could not be changed via **Options**... ![image](https://user-images.githubusercontent.com/17026165/49793711-c9e20f00-fd70-11e8-8b1e-745a20b7cc84.png)