markup icon indicating copy to clipboard operation
markup copied to clipboard

Draw multiple code in MarkDown (color, syntax ...)

Open seunggabi opened this issue 4 years ago • 0 comments

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

스크린샷 2020-03-21 오후 9 55 03
<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

seunggabi avatar Mar 21 '20 12:03 seunggabi