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 788023 - Missing colored syntax in second code snippet in chainfn.md (https://gstreamer.freedesktop.org/documentation/plugin-development/basics/chainfn.html)
Missing colored syntax in second code snippet in chainfn.md (https://gstreame...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
unspecified
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-21 20:25 UTC by Carlos Eduardo Ramalho Bentzen Fonseca
Modified: 2017-09-21 21:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (3.57 KB, patch)
2017-09-21 20:25 UTC, Carlos Eduardo Ramalho Bentzen Fonseca
committed Details | Review

Description Carlos Eduardo Ramalho Bentzen Fonseca 2017-09-21 20:25:01 UTC
Created attachment 360226 [details] [review]
Fix

In the event handling function, the programming language is not set, because the snippet is using Markdown's tab shifting for code snippet.

Replacing it by 
```c
code()
```

is a simple solution.
Comment 1 Mathieu Duponchelle 2017-09-21 21:52:36 UTC
and also an appropriate one, thanks!