After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772574 - __xxx__ not interpreted as markdown when xxx begins with a non-word character (e.g. __-1__)
__xxx__ not interpreted as markdown when xxx begins with a non-word character...
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.12
Other Mac OS
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-10-07 15:31 UTC by Hayo Baan
Modified: 2016-12-29 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hayo Baan 2016-10-07 15:31:32 UTC
When you use __xxx__ markdown to emphasise xxx this works fine. Except when xxx starts with a non-word character. For instance __-1__ doesn't get translated into <b>-1</b> in the html output, but stays __-1__ (the same goes for e.g. **-1**).

A workaround is to use <b>-1</b> in the source code, but it would be nice if the markdown versions would work too.
Comment 1 Dimitri van Heesch 2016-10-17 19:50:32 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2016-12-29 18:45:39 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.13. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferably in the form of a self-contained example).