From 2d7480f6770d4f393d375ac6ef34cd643bfb3971 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Sun, 29 Mar 2020 13:08:45 -0400 Subject: [PATCH] [chrome] Add link to more details about chrome jquery workaround in docs We probably want to update the `markdown` layer to be able to do this directly with `firefox`; having to kill and restart all of your `chrome` processes before using `flymd` is a little clunky! It's nice that we have the upstream workaround inlined in spacemacs, though. --- layers/+tools/chrome/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/+tools/chrome/README.org b/layers/+tools/chrome/README.org index d4009256ed0c..d86886b148c2 100644 --- a/layers/+tools/chrome/README.org +++ b/layers/+tools/chrome/README.org @@ -74,3 +74,4 @@ The following example works on macOS: | ~SPC a F~ | flymd-flyit | *Note:* You need to kill all google chrome process before using =flymd-flyit=. +For details, see the upstream [[https://github.com/mola-T/flymd/blob/master/browser.md][flymd browser compatibility notes]].