Title: shortcode gfm-renderer
Last modified: March 6, 2026

---

# shortcode gfm-renderer

 *  [rootcrop](https://wordpress.org/support/users/rootcrop/)
 * (@rootcrop)
 * [1 month ago](https://wordpress.org/support/topic/shortcode-gfm-renderer/)
 * Thanks for the interesting and promising plugin.
   In normal mode, when adding 
   a block from the Gutenberg editor, everything works fine.
 * But when inserting the shortcode [gfm-renderer] #txt [/gfm-renderer] it doesn’t
   work, 
   there is no result in any of the editors.
 * If in functions.php if I add a temporary code that overrides the plugin’s shortcode,
   it shows that the content reaches it, but for some reason it is not processed
   further.
 *     ```wp-block-code
       remove_shortcode('gfm-renderer');	add_shortcode('gfm-renderer', function($atts, $content = null) {    return '<div style="border:2px solid red; padding:10px;">contents of the shortcode: <pre>' . esc_html($content) . '</pre></div>';});
       ```
   
 * Which most likely means that the original plugin handler does not return the 
   desired Markdown or returns something that is not converted to Markdown.
   Yours
   sincerely, S.K.WP 6.9.1PHP 8.3
    -  This topic was modified 1 month ago by [rootcrop](https://wordpress.org/support/users/rootcrop/).
    -  This topic was modified 1 month ago by [rootcrop](https://wordpress.org/support/users/rootcrop/).

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-gfm-renderer%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/markdown-renderer-for-github/assets/icon-256x256.png?rev
   =3431939)
 * [Markdown Renderer for GitHub](https://wordpress.org/plugins/markdown-renderer-for-github/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/markdown-renderer-for-github/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/markdown-renderer-for-github/)
 * [Active Topics](https://wordpress.org/support/plugin/markdown-renderer-for-github/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/markdown-renderer-for-github/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/markdown-renderer-for-github/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [rootcrop](https://wordpress.org/support/users/rootcrop/)
 * Last activity: [1 month ago](https://wordpress.org/support/topic/shortcode-gfm-renderer/)
 * Status: not resolved