Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/components/CardContent.astro
Original file line number Diff line number Diff line change
@@ -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 &&
<div class="mb-2 prose prose-li:m-0 prose-ul:m-0 prose-ul:mb-2 prose-a:underline prose-h1:text-text prose-headings:font-title prose-headings:text-text prose-a:text-text prose-a:hover:text-primary-hover prose-strong:text-text prose-strong:font-bold prose-li:marker:text-text p-6">
<article set:html={html} />
<Markdown content={entry.body || ""} class="" />
</div>
}
17 changes: 12 additions & 5 deletions src/content/sponsors/bloomberg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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