Render GitHub alers with color and icon as GitHub renders #9762
Answered
by
jgm
lamyergeier
asked this question in
Q&A
-
Command File="$(basename *.markdown .markdown)"
OutputP="Output/${File}.gen.html"
mkdir -p Output
pandoc "${File}.markdown" -f commonmark_x \
-o "${OutputP}" I want to render (with icon and color)
as GitHub does as follows |
Beta Was this translation helpful? Give feedback.
Answered by
jgm
May 14, 2024
Replies: 1 comment 1 reply
-
For HTML output you can do that with some simple CSS. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lamyergeier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For HTML output you can do that with some simple CSS.