1.0.0 • Published 3 years ago

@cherdinand/km v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

knowledge-management

a static web site using markdown...

使用规范

 ### str    => h3 => anchor  use for title
 _str_      => em            use for sub title
 `str`      => inlineCode    use for emphysis
 > info     => blockquote    use for self-comprehension or tips
 
 str
 
 > warning  => blockquote    use for warning
 
 str
 
 **str**   => em             use for emphysis in info or warning
 
 ![看不见的客人](InvisibleGuest.png "500px")  图片使用react-medium-image-zoom进行放大观看处理

目录结构

- common
  - components          项目公用组件
- markdown              markdown文件
- public
- src
  - components          除markdown显示还需要其他功能(如console,css的playground)的container
  - cherComponents      cherComponent这种不需要markdown显示的container
  - ui                  mdx中markdown的自定义ui展示
  - router              路由配置