summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-2/+45
* Fix for use of non portable strnstr functionDimitri van Heesch2019-12-231-1/+2
* Optimize UTF-8 nbsp conversion in markdownDimitri van Heesch2019-12-221-6/+17
* Merge branch 'feature/bug_nbsp_code' of https://github.com/albert-github/doxy...Dimitri van Heesch2019-12-221-5/+6
|\
| * Text ' ' appears in code segmentsalbert-github2019-08-231-5/+6
* | Merge pull request #7231 from albert-github/feature/issue_7228Dimitri van Heesch2019-12-211-5/+5
|\ \
| * | issue #7228 Using markdown causes wrong error and warning line numbers - v. 1...albert-github2019-08-271-5/+5
| |/
* | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-2/+2
* | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-39/+6
* | Problem with horizontal ruler directly after fenced code sectionalbert-github2019-11-121-1/+1
* | Spelling corrections for src directoryalbert-github2019-11-051-2/+2
* | Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-6/+5
* | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-1/+1
* | Generalized the HTML comment detection and handlingDimitri van Heesch2019-09-161-8/+3
* | Merge branch 'feature/bug_html_comment' of https://github.com/albert-github/d...Dimitri van Heesch2019-09-161-1/+6
|\ \
| * | HTML start comment with 3 dashesalbert-github2019-09-051-1/+6
| |/
* | Fix some typos luz.paz2019-09-161-1/+1
|/
* issue #7143 note block not generated properly if there are blanks after italbert-github2019-08-051-1/+1
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-1/+1
|\
| * Correction warning messagealbert-github2019-06-011-1/+1
* | issue #7151 Doxygen 1.8.15 TOC_INCLUDE_HEADINGS >0 stops html links being gen...albert-github2019-08-011-0/+1
* | issue #7113 Doxygen doesn't process markdown tables correctlyalbert-github2019-07-101-1/+1
* | issue #7043 html output for markdown: different output when using '# Header {...albert-github2019-06-091-1/+4
* | Bug 757574 - Warning regarding subsection with anchor in markdownDimitri van Heesch2019-06-021-4/+14
|/
* Bug 757574 - Warning regarding subsection with anchor in markdownDimitri van Heesch2019-05-271-3/+25
* Bug 757574 - Warning regarding subsection with anchor in markdownDimitri van Heesch2019-05-201-15/+8
* Merge pull request #6983 from albert-github/feature/bug_utf8_nbspDimitri van Heesch2019-05-181-6/+19
|\
| * Special handling of the UTF8 nbsp sequencealbert-github2019-05-111-6/+19
* | Merge pull request #6913 from albert-github/feature/url_to_md_fileDimitri van Heesch2019-05-121-1/+1
|\ \ | |/ |/|
| * Markdown file as internet linkalbert-github2019-04-051-2/+0
| * Markdown file as internet linkalbert-github2019-04-051-1/+3
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-2/+2
|/
* Merge pull request #6784 from albert-github/feature/issue_6781_2Dimitri van Heesch2019-03-171-24/+12
|\
| * issue #6781 Unable to use math in markdown table headersalbert-github2019-01-191-24/+12
* | issue #6840 Hash character in Markdown code span not rendered correctlyalbert-github2019-02-161-0/+1
* | Minor tweaksDimitri van Heesch2019-01-311-3/+7
* | issue #6800 Markdown line ending problems in 1.8.15 and masteralbert-github2019-01-281-3/+5
|/
* issue #6679 Multiple use of section label warning for Setex-stype headers in ...albert-github2019-01-181-22/+0
* Merge: moved example from 081 to 084, improved check if last char is newlineDimitri van Heesch2019-01-131-1/+1
* No translation of markdown in <pre>albert-github2019-01-111-1/+3
* issue #6734 parsing performance worsenedDimitri van Heesch2019-01-071-4/+5
* Merge pull request #6516 from albert-github/feature/issue_6513_2Dimitri van Heesch2018-12-011-22/+9
|\
| * Does not generate TOC for markdownalbert-github2018-09-161-22/+9
* | issue_6601 tparam HTML gobbles up lines after the tparam commentalbert-github2018-11-061-2/+2
* | Merge pull request #6448 from albert-github/feature/bug_markdown_listsDimitri van Heesch2018-10-281-1/+1
|\ \
| * | Markdown list wrong displayedalbert-github2018-08-151-1/+1
* | | Merge pull request #6553 from albert-github/feature/bug_719541Dimitri van Heesch2018-10-131-14/+25
|\ \ \
| * | | Bug 719541 - Error with inserting images to PDF with Markdownalbert-github2018-10-121-14/+25
| | |/ | |/|
* | | Merge pull request #6535 from albert-github/feature/issue_6524Dimitri van Heesch2018-10-131-4/+7
|\ \ \
| * | | issue_6524: Markdown formats missing in doxygen outputs.albert-github2018-10-021-4/+7
| |/ /