Hello world
테스트용 블로그 포스트
이것은 테스트용의 첫 번째 블로그 글입니다.
감사합니다.
console.log('hello world');
console.log('wfwf');
<MDXContent
components={{
// Map HTML elements to custom styled components
h1: TypographyH1,
h2: TypographyH2,
h3: TypographyH3,
h4: TypographyH4,
p: TypographyP,
blockquote: TypographyBlockquote,
ul: TypographyList,
ol: TypographyOrderedList,
// code: TypographyInlineCode,
}}
/>
using Dapper;
string text = string.Empty;
public void SetName(string name)
{
Name = name;
}