当前位置:网站首页>[programming development] markdown notes tutorial

[programming development] markdown notes tutorial

2022-06-11 08:24:00 Wangtingyun's blog

1. Make a to-do list Todo list

  • Support with PDF Format export document
  • improvement Cmd rendering algorithms , Using local rendering technology to improve rendering efficiency
  • newly added Todo List function
  • Repair LaTex Formula rendering problem
  • newly added LaTex Formula number function

2. Write a conservation of mass and energy formula [^LaTeX]

E = m c 2 E=mc^2 E=mc2

3. Highlight a piece of code [^code]

@requires_authorization
class SomeClass:
    pass

if __name__ == '__main__':
    # A comment
    print 'hello world'

4. Efficient rendering flow chart

Created with Raphaël 2.3.0 Start Your Operation Yes or No? End yes no

5. Efficient rendering Sequence diagram

Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!

6. Efficient rendering Gantt Chart

    title  Development process 
    section  Project determination 
         Demand analysis        :a1, 2016-06-22, 3d
         Feasibility report      :after a1, 5d
         Proof of concept        : 5d
    section  project implementation 
         Outline design       :2016-07-05  , 5d
         Detailed design       :2016-07-08, 10d
         code           :2016-07-15, 10d
         test           :2016-07-22, 5d
    section  Release acceptance 
         Release : 2d
         check before acceptance : 3d

7. Draw table

project Price Number
Computer $16005
mobile phone $1212
pipeline $1234
原网站

版权声明
本文为[Wangtingyun's blog]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203020510296351.html