markup
markup copied to clipboard
Draw multiple code in MarkDown (color, syntax ...)
Cause
I think that, we need multiple code *.md such as ... reference
<a href="https://www.google.co.kr/" target="_blank">GOOGLE</a>
.list > li {
position: absolute;
top: 40px;
}
function func() {
var a = 'AAA';
return a;
}
Solution
It isn't useful and It is low readability... So I suggest to allow multi syntax code component in github. If I write first line```html css javascript`, Show pretty 3 type code syntax. syntax order by html > css > javascript
<a href="https://www.google.co.kr/" target="_blank">GOOGLE</a>
.list > li {
position: absolute;
top: 40px;
}
function func() {
var a = 'AAA';
return a;
}
I wait for your reply. Thanks :) @github