summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Bold text terminated by plus signalbert-github2018-10-081-1/+1
|/ /
* | Update markdown.cppArmin Müller2018-08-211-1/+1
* | Bug 792373 - Table markdown produces invalid xhtml codealbert-github2018-08-141-5/+3
|/
* Merge pull request #735 from albert-github/feature/bug_792122_2Dimitri van Heesch2018-06-101-1/+1
|\
| * Bug 792122 - XHTML pages are broken several ways (Regression #674)albert-github2018-05-201-1/+1
* | Bug 792918 - incorrect parsing of markdown tablealbert-github2018-05-291-7/+4
|/
* Wrong determination of begin / end tag of formula in markdown.albert-github2018-04-261-1/+1