diff --git a/src/components/CardContent.astro b/src/components/CardContent.astro index d10ee6bf8..2dff16ad9 100644 --- a/src/components/CardContent.astro +++ b/src/components/CardContent.astro @@ -1,15 +1,14 @@ --- import { getEntry } from "astro:content"; -import { marked } from 'marked'; +import Markdown from "@ui/Markdown.astro"; const { collection, entry:entryId } = Astro.props; const entry = await getEntry(collection, entryId); -const html = entry && entry.body ? marked.parse(entry.body) : ""; --- - { html && + { entry && entry.body &&
-
+
} diff --git a/src/content/sponsors/bloomberg/index.md b/src/content/sponsors/bloomberg/index.md index 3693e853e..78b80b767 100644 --- a/src/content/sponsors/bloomberg/index.md +++ b/src/content/sponsors/bloomberg/index.md @@ -17,8 +17,15 @@ logo_padding: 10px 0px # About Bloomberg -Bloomberg is a global leader in business and financial information, delivering -trusted data, news, and insights that bring transparency, efficiency, and -fairness to markets. The company helps connect influential communities across -the global financial ecosystem via reliable technology solutions that enable our -customers to make more informed decisions and foster better collaboration. +Bloomberg is building the world's most trusted information network for financial +professionals. Our 9,000+ engineers are dedicated to advancing and building new +systems for the Bloomberg Terminal to solve complex, real-world problems. ​We +trust our teams to choose the right technologies for the job, and, at Bloomberg, +the answer is often Python. We employ an active community of 4,000+ Python +developers who have their hands in everything from financial analytics and data +science to contributing to open source technologies like Project Jupyter. +Bloomberg is proud to be a Visionary Sponsor of the Python Software Foundation +and sponsor of many Python community events around the world. Learn more at +[TechAtBloomberg.com/python](http://www.techatbloomberg.com/python). + +https://youtu.be/A2r1qmHLLHU