A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jrblevin/markdown-mode/issues/251 below:

Insert GFM code block and edit-indirect · Issue #251 · jrblevin/markdown-mode · GitHub

I thought it would be nice to have a bind that does both of these in one go, so I created a function:

(defun my-markdown-insert-gfm-code-block-and-edit ()
  (interactive)

  (call-interactively #'markdown-insert-gfm-code-block)
  (markdown-edit-code-block))

The problem is that I get "Not inside a GFM or tilde code block," even though it clearly seems like the point is inside of the code block. Any ideas?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4