summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
Commit message (Expand)AuthorAgeFilesLines
* Confusing debug output for markdownalbert-github2021-05-111-3/+11
* Merge branch 'master' into feature/bug_formula_mjDimitri van Heesch2021-04-281-72/+70
|\
| * Fix issue with test 055 on CygwinDimitri van Heesch2021-04-251-3/+1
| * Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-69/+69
* | Problems with some commands in MathJaxalbert-github2021-04-201-0/+5
|/
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-1/+1
* Fix for Linux build (missing #include <atomic>)Dimitri van Heesch2021-03-261-0/+1
* issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...Dimitri van Heesch2021-03-221-10/+9
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-1/+1
* Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-9/+10
* Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-1/+0
* Refactoring: replaced std::regex with own much faster implementationDimitri van Heesch2021-03-021-5/+5
* Some performance tweaks + remove setting of global localeDimitri van Heesch2021-02-221-1/+1
* Refactoring: replace QRegExp by std::regex in markdown.cppDimitri van Heesch2021-02-201-10/+10
* issue_8362 Text of image repeated 4 timesalbert-github2021-01-291-2/+22
* issue #8308 Verbatim block followed by markdown header breaks verbatim blockalbert-github2021-01-071-1/+35
* Incorrect entries on treeviewalbert-github2021-01-051-1/+1
* Miscounting lines in case a fenced code blockalbert-github2020-12-261-2/+1
* Miscounting of lines in case of inserting an anchor for a "H." tagalbert-github2020-12-221-1/+1
* issue #8251: Macro stopped working in 1.8,.19Dimitri van Heesch2020-12-151-4/+9
* Optimized the escape function and made it more genericDimitri van Heesch2020-11-051-6/+7
* issue #8156 Markdown anchors do not work with special symbolsalbert-github2020-11-031-1/+7
* Merge pull request #8131 from albert-github/feature/issue_8130Dimitri van Heesch2020-10-281-2/+6
|\
| * issue #8130 Markdown relative links - not working for other foldersalbert-github2020-10-261-2/+6
* | issue #8132 Markdown inclusion of images broken after 39db9f48albert-github2020-10-261-0/+4
|/
* Merge pull request #8123 from albert-github/feature/bug_cnt_md_codeDimitri van Heesch2020-10-241-1/+1
|\
| * Miscounting lines with markdown backtick sectionalbert-github2020-10-221-1/+1
* | Merge pull request #8125 from albert-github/feature/bug_cnt_md_tableDimitri van Heesch2020-10-241-4/+4
|\ \
| * | Miscounting lines with markdown tablealbert-github2020-10-221-4/+4
| |/
* | Miscounting lines with markdown blockquotealbert-github2020-10-221-3/+3
|/
* Merge pull request #8114 from albert-github/feature/bug_cnt_md_extra_lineDimitri van Heesch2020-10-201-3/+7
|\
| * Update markdown.cppDimitri van Heesch2020-10-201-1/+1
| * When we have some simple markdown files like with extra spaces (after `\aa2`,...albert-github2020-10-181-2/+6
* | Merge pull request #8117 from albert-github/feature/bug_cnt_md_ref_imageDimitri van Heesch2020-10-201-1/+1
|\ \
| * | Miscounting of line in case of markdown `\ref` imagealbert-github2020-10-191-1/+1
| |/
* | Miscounting in markdown in case of a horizontal ruler.albert-github2020-10-181-1/+1
|/
* Fix for compiler warning fix :-(Dimitri van Heesch2020-10-171-1/+1
* Fixes compiler warningDimitri van Heesch2020-10-171-1/+1
* Miscounting in case of markdown linksalbert-github2020-10-161-1/+11
* Merge pull request #8079 from albert-github/feature/issue_8078Dimitri van Heesch2020-10-121-1/+1
|\
| * issue #8078 Warning and extra text when using Markdown as mainpagealbert-github2020-10-061-1/+1
* | Miscounting of lines in respect to page command (ATX header)albert-github2020-10-101-0/+1
* | Incorrect counting of markdown verbatim blockalbert-github2020-10-081-1/+2
|/
* added support for mingw PRETTY_FUNC (#8059)ArmandZampieri2020-10-051-1/+1
* Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-10-031-17/+19
|\
| * Miscounting of lines in respect to page commandalbert-github2020-09-241-17/+19
* | No warning for unbalanced brackets in markdownalbert-github2020-09-251-0/+2
* | Merge pull request #8045 from albert-github/feature/bug_md_fenced_cntDimitri van Heesch2020-09-241-1/+1
|\ \ | |/ |/|
| * Miscounting of lines in case of fenced code blockalbert-github2020-09-201-1/+1
* | issue #8037: Links using @ref stopped working in doxygen 1.8.19Dimitri van Heesch2020-09-211-0/+1
|/