summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 792122 - XHTML pages are broken several waysalbert-github2018-03-041-1/+3
* Misc. typosluz.paz2018-02-061-1/+1
* Merge pull request #142 from randomguy3/line-breaksDimitri van Heesch2017-10-241-0/+14
|\
| * Implement "double-space line breaks" syntax in MarkdownAlex Merry2014-03-181-0/+14
* | Correction display of backtick in LaTeXDimitri van Heesch2017-10-101-12/+9
* | New table features mentioned in the documentation were not enabled.Dimitri van Heesch2017-09-161-1/+1
* | Reverting pull request #537 until it will be fixedDmitry Dorofeev2016-11-031-8/+11
* | Merge pull request #537 from jmk0/table_markup_enhancementsDimitri van Heesch2016-10-181-8/+173
|\ \
| * | Add support for more CSS formatting and column/row spanning in markdown tablesjohnk2016-10-051-8/+173
* | | Bug 772574 - __xxx__ not interpreted as markdown when xxx begins with a non-w...Dimitri van Heesch2016-10-171-2/+7
|/ /
* | Bug 768954 - Segmentation fault when processing md containing only headerDimitri van Heesch2016-07-311-10/+13
* | Fix issue escaping backslash inside markdown style code spanDimitri van Heesch2016-07-231-0/+1
* | Bug 751416 - Markdown: > escaped within backticksDimitri van Heesch2016-05-261-6/+8
* | Bug 765692 - Using `@page` to add title to Markdown file generates surplus em...Dimitri van Heesch2016-05-161-17/+40
* | Added an option to add "anonymous" headings to the table of contents (current...Christoph Lipka2016-04-301-4/+12
* | Fixed issue escaping ndashes (\--) and mdashes (\---)Dimitri van Heesch2016-02-071-16/+11
* | Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-3/+3
* | Bug 752845 - Non-alphanumeric characters in Markdown links don't work properlyDimitri van Heesch2015-12-281-2/+2
* | Bug 731509 - Markdown backticks not processed within Markdown links.Dimitri van Heesch2015-12-281-1/+2
* | Merge pull request #407 from albert-github/feature/bug_main_md_titleDimitri van Heesch2015-11-151-2/+3
|\ \
| * | Title in case of USE_MDFILE_AS_MAINPAGEalbert-github2015-11-021-2/+3
* | | Bug 756604 - Unable to prevent a numbered listDimitri van Heesch2015-11-011-3/+7
|/ /
* | Bug 756724 - Inline markdown links don't support reference targets that conta...Dimitri van Heesch2015-10-201-4/+16
* | Guarded debug prints against printing a NULL pointer.Dimitri van Heesch2015-04-061-1/+1
* | add support for github flavored fenced code blockshalex20052015-03-301-3/+5
* | Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* | Bug 743675 - Non-ascii characters are not emphasisedDimitri van Heesch2015-02-211-1/+2
* | Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-1/+0
|\ \
| * | Remove unused local and static global variablesalbert-github2014-12-271-1/+0
* | | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-1/+1
|/ /
* | Fixed several Coverity warningsDimitri van Heesch2014-11-151-1/+1
* | Initialized potentially uninitialized variable in markdown partDimitri van Heesch2014-10-231-1/+1
* | Bug 735620 - [PATCH] Remove not needed variable caching in src/markdown.cppDimitri van Heesch2014-08-301-1/+1
* | Bug 735001 - No output for markdown pages with duplicate label title (differe...Dimitri van Heesch2014-08-191-4/+4