summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* issue #7996 \ref commands broken in markdown tablesalbert-github2020-09-021-1/+1
* Spelling corrections is commentsalbert-github2020-08-091-1/+1
* Simplified code by passing lineNr directlyDimitri van Heesch2020-08-061-3/+1
* Coverity uninitialized variablealbert-github2020-08-061-1/+1
* Fix for markdown emphasis processing regression.Dimitri van Heesch2020-08-051-2/+7
* Merge pull request #7782 from wataash/tagend-markdown-emDimitri van Heesch2020-08-031-2/+2
|\
| * issue #7781: allow '>' before Markdown emphasisWataru Ashihara2020-05-231-2/+2
* | Merge branch 'feature/issue_7923' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-07-281-3/+5
|\ \
| * | issue #7923 source line numbers in warnings output by parser are off by 1albert-github2020-07-271-3/+5
* | | Additional tweaks to get markdown tables inside ALIASES workDimitri van Heesch2020-07-271-14/+150
* | | Merge branch 'feature/issue_7787' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-07-251-3/+17
|\ \ \ | |/ / |/| |
| * | issue #7787 Doxygen 1.8.18: Markdown tables not working in ALIASES anymore?albert-github2020-05-201-3/+17
* | | issue #7911 markdown table add extra test to "\copybrief"albert-github2020-07-181-1/+1
* | | Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-2/+1
* | | Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-171-8/+0
* | | Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-421/+304
* | | issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797)albert-github2020-06-131-2/+5