diff --git a/PRIVACY.md b/PRIVACY.md index 5f3c2ea..274da02 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -61,6 +61,13 @@ as described above. - **Cloudflare Web Analytics / RUM** — cookieless page-performance measurement at the CDN edge. It stores no identifiers in your browser. +The site's footer also embeds Google's **Preferred Sources** button +(`news.google.com/swg/js/v1/publisher.js`), which lets a signed-in reader mark +markdownstudio.dev as a preferred source in their own Google Search settings. +It is a Google-hosted widget, so loading it tells Google the page was viewed, +and it is governed by [Google's privacy policy](https://policies.google.com/privacy). +It sets nothing itself unless you click it, and it is not used for measurement. + Nothing here is used for advertising, and no audiences or profiles are built. Questions: open an issue at diff --git a/docs/index.html b/docs/index.html index 4372d20..ab417ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,6 +66,16 @@ y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "y6hag03dir"); + + + Markdown Studio — free Markdown editor with court-ready PDF export @@ -177,6 +187,15 @@ a{color:var(--accent)} footer{padding:40px 0 56px;color:var(--muted);font-size:.9rem;text-align:center} code{background:var(--card);padding:2px 6px;border-radius:6px;font-size:.9em} + /* Google renders the preferred-sources button from a static data-theme, so + ship both and let the media query pick — the site follows the OS theme + and has no JS theme toggle. */ + .prefsrc{margin-bottom:18px;display:flex;justify-content:center} + .prefsrc-dark{display:none} + @media (prefers-color-scheme: dark){ + .prefsrc-light{display:none} + .prefsrc-dark{display:flex} + } @@ -279,6 +298,8 @@

Guides