Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ad6dc18

Browse files
doc: add screenshots for each styles
1 parent 1612586 commit ad6dc18

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@ Adds stylish cards and syntax highlighting to code blocks in markdown files usin
44

55
This code highlighter is developed with [Stencil](https://stenciljs.com) and use [Prism.js](https://prismjs.com) under the hood.
66

7-
Furthermore, the inspiration for the design of the cards comes from the amazing [carbon](https://carbon.now.sh), a tool to create and share beautiful images of your source code.
7+
The inspiration for the design of the "Macish" cards comes from the amazing [carbon](https://carbon.now.sh), a tool to create and share beautiful images of your source code, and for the "Ubuntu-ish" from the [article](https://dev.to/codypearce/ubuntu-terminal-in-css-1aeo) of [Cody Pearce](https://twitter.com/codyapearce).
8+
9+
Carbon:
10+
11+
<div align="center">
12+
<img src="static/screenshot-carbon.png" alt="Syntax highlighting code block as Carbon card" width="300px">
13+
</div>
14+
15+
Ubuntu:
16+
17+
<div align="center">
18+
<img src="static/screenshot-ubuntu.png" alt="Syntax highlighting code block as Ubuntu card" width="300px">
19+
</div>
20+
21+
None:
822

923
<div align="center">
10-
<img src="static/screenshot.png" alt="Syntax highlighting code block as card" width="100%">
24+
<img src="static/screenshot-none.png" alt="Syntax highlighting code block" width="300px">
1125
</div>
1226

1327
## Table of contents

static/screenshot-carbon.png

38.1 KB
Loading

static/screenshot-none.png

13.5 KB
Loading

static/screenshot-ubuntu.png

31.7 KB
Loading

static/screenshot.png

-30.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)