We’re thrilled to announce the first major update to unexex! Packed with improvements, this update enhances performance, usability, and introduces new features. Here’s a look at what’s new:
Revamped Dashboard
The dashboard now has a fresh design. Each course is uniquely enhanced with emoji icons chosen by our AI, giving each course a distinctive and memorable look.
Before
After
Enhanced Markdown Rendering
Markdown rendering has been significantly optimized, especially in terms of syntax highlighting.
Improved Syntax Highlighting
We’ve updated the syntax highlighter with a sleek dark theme that provides excellent contrast against the website’s light background.
def hello_world():
print("Hello, World!")
New Support for Mermaid Diagrams
Our Markdown now supports Mermaid diagrams! Create flowcharts, Sankey diagrams, architecture graphs, and more—directly within Markdown. Here are some examples:
- Flowchart Example:
graph TD; A-->B; A-->C; B-->D; C-->D;
- Sankey Diagram Example:
sankey-beta %% source,target,value Electricity grid,Over generation / exports,104.453 Electricity grid,Heating and cooling - homes,113.726 Electricity grid,H2 conversion,27.14
- Architecture Graph Example:
architecture-beta group api(cloud)[API] service db(database)[Database] in api service disk1(disk)[Storage] in api service disk2(disk)[Storage] in api service server(server)[Server] in api db:L -- R:server disk1:T -- B:server disk2:T -- B:db
These diagrams are AI-assisted, making it easier than ever to visualize complex information.
Sleeker Headers and Footers
We’ve redesigned the headers and footers to be minimal and functional.
- New Header: The header now shrinks into a compact "island" when scrolling, offering a distraction-free browsing experience.
- Compact Footer: Our redesigned footer is now more streamlined and less cluttered.
Introducing the Blog
The site now has a blog! We’ll use it to share updates, news, and other exciting developments—starting with this announcement.