跳到主要内容

中间



222222

import React from 'react';

export const Highlight = ({ children, color }) => (
<span
style={{
backgroundColor: color,
borderRadius: '2px',
color: '#fff',
padding: '0.2rem',
}}>
{children}
</span>
);
Docusaurus 绿Facebook 蓝 是我最喜欢的颜色。

我可以把我的 JSXMarkdown 写在一起!


let a = ' ';
function mark(){
logger.info('mark');
}