2025-03-29 09:55:54 +08:00
<!doctype html>
< html lang = "en" dir = "ltr" class = "mdx-wrapper mdx-page plugin-pages plugin-id-default" data-has-hydrated = "false" >
< head >
< meta charset = "UTF-8" >
< meta name = "generator" content = "Docusaurus v3.7.0" >
< title data-rh = "true" > Markdown page example | Bytedesk< / title > < meta data-rh = "true" name = "viewport" content = "width=device-width,initial-scale=1" > < meta data-rh = "true" name = "twitter:card" content = "summary_large_image" > < meta data-rh = "true" property = "og:image" content = "https://www.weiyuai.cn/docs/img/docusaurus-social-card.jpg" > < meta data-rh = "true" name = "twitter:image" content = "https://www.weiyuai.cn/docs/img/docusaurus-social-card.jpg" > < meta data-rh = "true" property = "og:url" content = "https://www.weiyuai.cn/docs/markdown-page" > < meta data-rh = "true" property = "og:locale" content = "en" > < meta data-rh = "true" property = "og:locale:alternate" content = "zh_CN" > < meta data-rh = "true" property = "og:locale:alternate" content = "zh_TW" > < meta data-rh = "true" name = "docusaurus_locale" content = "en" > < meta data-rh = "true" name = "docusaurus_tag" content = "default" > < meta data-rh = "true" name = "docsearch:language" content = "en" > < meta data-rh = "true" name = "docsearch:docusaurus_tag" content = "default" > < meta data-rh = "true" property = "og:title" content = "Markdown page example | Bytedesk" > < meta data-rh = "true" name = "description" content = "You don't need React to write simple standalone pages." > < meta data-rh = "true" property = "og:description" content = "You don't need React to write simple standalone pages." > < link data-rh = "true" rel = "icon" href = "/docs/img/favicon.ico" > < link data-rh = "true" rel = "canonical" href = "https://www.weiyuai.cn/docs/markdown-page" > < link data-rh = "true" rel = "alternate" href = "https://www.weiyuai.cn/docs/markdown-page" hreflang = "en" > < link data-rh = "true" rel = "alternate" href = "https://www.weiyuai.cn/docs/zh-CN/markdown-page" hreflang = "zh-CN" > < link data-rh = "true" rel = "alternate" href = "https://www.weiyuai.cn/docs/zh-TW/markdown-page" hreflang = "zh-TW" > < link data-rh = "true" rel = "alternate" href = "https://www.weiyuai.cn/docs/markdown-page" hreflang = "x-default" > < link rel = "alternate" type = "application/rss+xml" href = "/docs/blog/rss.xml" title = "Bytedesk RSS Feed" >
< link rel = "alternate" type = "application/atom+xml" href = "/docs/blog/atom.xml" title = "Bytedesk Atom Feed" > < link rel = "stylesheet" href = "/docs/assets/css/styles.e5fc9141.css" >
2025-05-06 22:38:16 +08:00
< script src = "/docs/assets/js/runtime~main.9bc5dc4b.js" defer = "defer" > < / script >
< script src = "/docs/assets/js/main.f1255ca8.js" defer = "defer" > < / script >
2025-03-29 09:55:54 +08:00
< / head >
< body class = "navigation-with-keyboard" >
2025-04-29 17:29:53 +08:00
< script > ! function ( ) { function t ( t ) { document . documentElement . setAttribute ( "data-theme" , t ) } var e = function ( ) { try { return new URLSearchParams ( window . location . search ) . get ( "docusaurus-theme" ) } catch ( t ) { } } ( ) || function ( ) { try { return window . localStorage . getItem ( "theme" ) } catch ( t ) { } } ( ) ; t ( null !== e ? e : "light" ) } ( ) , function ( ) { try { const n = new URLSearchParams ( window . location . search ) . entries ( ) ; for ( var [ t , e ] of n ) if ( t . startsWith ( "docusaurus-data-" ) ) { var a = t . replace ( "docusaurus-data-" , "data-" ) ; document . documentElement . setAttribute ( a , e ) } } catch ( t ) { } } ( ) < / script > < div id = "__docusaurus" > < div role = "region" aria-label = "Skip to main content" > < a class = "skipToContent_BRq2" href = "#__docusaurus_skipToContent_fallback" > Skip to main content< / a > < / div > < nav aria-label = "Main" class = "navbar navbar--fixed-top" > < div class = "navbar__inner" > < div class = "navbar__items" > < button aria-label = "Toggle navigation bar" aria-expanded = "false" class = "navbar__toggle clean-btn" type = "button" > < svg width = "30" height = "30" viewBox = "0 0 30 30" aria-hidden = "true" > < path stroke = "currentColor" stroke-linecap = "round" stroke-miterlimit = "10" stroke-width = "2" d = "M4 7h22M4 15h22M4 23h22" > < / path > < / svg > < / button > < a class = "navbar__brand" href = "/docs/" > < div class = "navbar__logo" > < img src = "/docs/img/logo.png" alt = "Bytedesk Logo" class = "themedComponent_g26P themedComponent--light_Fatc" > < img src = "/docs/img/logo.png" alt = "Bytedesk Logo" class = "themedComponent_g26P themedComponent--dark_ZdDJ" > < / div > < b class = "navbar__title text--truncate" > Bytedesk< / b > < / a > < a class = "navbar__item navbar__link" href = "/docs/docs/intro" > Docs< / a > < a class = "navbar__item navbar__link" href = "/docs/blog" > Blog< / a > < a href = "https://www.weiyuai.cn/architecture.html" target = "_blank" rel = "noopener noreferrer" class = "navbar__item navbar__link" > Architecture< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_DnYJ" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < / div > < div class = "navbar__items navbar__items--right" > < a href = "https://github.com/bytedesk/bytedesk" target = "_blank" rel = "noopener noreferrer" class = "navbar__item navbar__link" > GitHub< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_DnYJ" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < a href = "https://www.weiyuai.cn/contact.html" target = "_blank" rel = "noopener noreferrer" class = "navbar__item navbar__link" > Contact< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_DnYJ" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < div class = "navbar__item dropdown dropdown--hoverable dropdown--right" > < a href = "#" aria-haspopup = "true" aria-expanded = "false" role = "button" class = "navbar__link" > < svg viewBox = "0 0 24 24" width = "20" height = "20" aria-hidden = "true" class = "iconLanguage_Q5ad" > < path fill = "currentColor" d = "M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" > < / path > < / svg > English< / a > < ul class = "dropdown__menu" > < li > < a href = "/docs/markdown-page" target = "_self" rel = "noopener noreferrer" class = "dropdown__link dropdown__link--active" lang = "en" > English< / a > < / li > < li > < a href = "/docs/zh-CN/markdown-page" target = "_self" rel = "noopener noreferrer" class = "dropdown__link" lang = "zh-CN" > 简体中文< / a > < / li > < li > < a href = "/docs/zh-TW/markdown-page" target = "_self" rel = "noopener noreferrer" class = "dropdown__link" lang = "zh-TW" > 繁体中文< / a > < / li > < / ul > < / div > < div class = "toggle_iYXz colorModeToggle_zFcu" > < button class = "clean-btn toggleButton_D9J3 toggleButtonDisabled_TlKb" type = "button" disabled = "" title = "Switch between dark and light mo
2025-03-29 09:55:54 +08:00
< p > You don' t need React to write simple standalone pages.< / p > < / article > < / div > < / div > < / main > < / div > < footer class = "footer footer--dark" > < div class = "container container-fluid" > < div class = "row footer__links" > < div class = "col footer__col" > < div class = "footer__title" > Docs< / div > < ul class = "footer__items clean-list" > < li class = "footer__item" > < a class = "footer__link-item" href = "/docs/docs/intro" > Tutorial< / a > < / li > < li class = "footer__item" > < a href = "https://www.weiyuai.cn/contact.html" target = "_blank" rel = "noopener noreferrer" class = "footer__link-item" > Contact< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_DnYJ" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < / li > < / ul > < / div > < div class = "col footer__col" > < div class = "footer__title" > Community< / div > < ul class = "footer__items clean-list" > < li class = "footer__item" > < a href = "https://twitter.com/bytedeskai" target = "_blank" rel = "noopener noreferrer" class = "footer__link-item" > Twitter< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_DnYJ" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < / li > < / ul > < / div > < div class = "col footer__col" > < div class = "footer__title" > More< / div > < ul class = "footer__items clean-list" > < li class = "footer__item" > < a class = "footer__link-item" href = "/docs/blog" > Blog< / a > < / li > < li class = "footer__item" > < a href = "https://github.com/bytedesk/bytedesk" target = "_blank" rel = "noopener noreferrer" class = "footer__link-item" > GitHub< svg width = "13.5" height = "13.5" aria-hidden = "true" viewBox = "0 0 24 24" class = "iconExternalLink_DnYJ" > < path fill = "currentColor" d = "M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" > < / path > < / svg > < / a > < / li > < / ul > < / div > < / div > < div class = "footer__bottom text--center" > < div class = "footer__copyright" > Copyright © 2024 www.weiyu.im, Inc.< / div > < / div > < / div > < / footer > < / div >
< / body >
< / html >