We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8171bf2 commit 9cfbda4Copy full SHA for 9cfbda4
tests/markdown-test.el
@@ -3751,7 +3751,8 @@ Detail: https://github.com/jrblevin/markdown-mode/issues/79"
3751
(defun markdown-test/live-preview-wait ()
3752
(unless markdown-live-preview-current-buffer-sync-async
3753
(sit-for (* markdown-live-preview-idle-delay 10))
3754
- (accept-process-output)))
+ (accept-process-output
3755
+ markdown-live-preview-currently-exporting-process nil nil t)))
3756
3757
(defun markdown-test/live-preview-exports ()
3758
(markdown-test-temp-file "inline.text"
0 commit comments