You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+50-3Lines changed: 50 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,24 @@ Adds stylish cards and syntax highlighting to code blocks in markdown files usin
4
4
5
5
This code highlighter is developed with [Stencil](https://stenciljs.com) and use [Prism.js](https://prismjs.com) under the hood.
6
6
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
8
9
-
<divalign="center">
10
-
<imgsrc="static/screenshot.png"alt="Syntax highlighting code block as card"width="100%">
9
+
Carbon:
10
+
11
+
<divalign="left">
12
+
<imgsrc="static/screenshot-carbon.png"alt="Syntax highlighting code block as Carbon card"width="100%">
13
+
</div>
14
+
15
+
Ubuntu:
16
+
17
+
<divalign="left">
18
+
<imgsrc="static/screenshot-ubuntu.png"alt="Syntax highlighting code block as Ubuntu card"width="100%">
0 commit comments