テーブル貼り付け

This commit is contained in:
rca 2024-08-13 01:07:50 +09:00
parent c66887d226
commit 026341f94c

View File

@ -1,120 +1,79 @@
# ライセンス情報
# Markdown Example ## バックエンドサーバー
## 1. **Basic Formatting** | パッケージ名 | バージョン | ライセンス |
| ------------ | --------- | ---------- |
| prisma | 5.15.1 | Apache-2.0 |
| bcryptjs | 2.4.3 | MIT License |
| chalk | 5.3.0 | MIT License |
| cors | 2.8.5 | MIT License |
| express | 4.19.2 | MIT License |
| inversify | 6.0.2 | MIT License |
| jsonwebtoken | 9.0.2 | MIT License |
| live-server | 1.2.2 | MIT License |
| minio | 8.0.1 | Apache-2.0 |
| node-cron | 3.0.3 | ISC |
| reflect-metadata | 0.2.2 | Apache-2.0 |
| tsc | 2.0.4 | MIT License |
| typescript | 5.5.2 | Apache-2.0 |
| ts-node | 10.9.2 | MIT License |
| swagger-jsdoc | 6.2.8 | MIT License |
| swagger-ui-express | 5.0.1 | MIT License |
| npm-license-crawler | 0.2.1 | BSD-3-Clause |
You can make text **bold** or *italic*. ## Webフロントエンド
**Bold and _Italic_** can be combined. | パッケージ名 | バージョン | ライセンス |
| ------------ | --------- | ---------- |
| quasar | 2.16.6 | MIT License |
| axios | 1.7.2 | MIT License |
| pinia | 2.1.7 | MIT License |
| vue-router | 4.4.0 | MIT License |
| vue | 3.4.32 | MIT License |
| vuex-persistedstate | 4.1.0 | MIT License |
| vuex-smart-module | 0.6.2 | MIT License |
| vuex | 4.1.0 | MIT License |
| npm-license-crawler | 0.2.1 | BSD-3-Clause |
| typescript | 5.5.2 | Apache-2.0 |
| autoprefixer | 10.4.2 | MIT License |
--- ## Alexa Skills
## 2. **Lists** | パッケージ名 | バージョン | ライセンス |
| ------------ | --------- | ---------- |
| ask-adk-core | ^2.7.0 | Apache-2.0 |
| ask-adk-dynamodb-persistance-adapter | ^2.14.0 | Apache-2.0 |
| ask-adk-model | ^1.19.0 | Apache-2.0 |
| aws-sdk | ^2.326.0 | Apache-2.0 |
| ts-loader | ^9.5.1 | MIT License |
| typescript | ^5.5.3 | Apache-2.0 |
| ts-node | ^10.9.2 | MIT License |
| axios | ^1.7.2 | MIT License |
| pjson | ^1.0.9 | MIT License |
### Unordered List: ## Androidアプリ
- Item 1
- Subitem 1.1
- Subitem 1.2
- Item 2
### Ordered List: | パッケージ名 | バージョン | ライセンス |
1. First item | ------------ | --------- | ---------- |
2. Second item | converter-gson | 2.11.0 | Apache-2.0 |
1. Subitem 2.1 | gson | 2.11.0 | Apache-2.0 |
2. Subitem 2.2 | junit | 1.0.2 | EPL-2.0 |
| ext-junit | 1.1.5 | Apache-2.0 |
--- | espresso-core | 3.5.1 | Apache-2.0 |
| appcompat | 1.7.0 | Apache-2.0 |
## 3. **Links and Images** | material | 1.12.0 | Apache-2.0 |
| activity | 1.9.0 | Apache-2.0 |
[OpenAI](https://www.openai.com) | constraintlayout | 2.1.4 | Apache-2.0 |
| navigation-fragment | 2.7.7 | Apache-2.0 |
<!-- ![OpenAI Logo](https://www.openai.com/favicon.ico) --> | navigation-ui | 2.7.7 | Apache-2.0 |
| navigation-dynamic-features-fragment | 2.7.7 | Apache-2.0 |
--- | swiperefreshlayout | 1.1.0 | Apache-2.0 |
| retrofit | 2.11.0 | Apache-2.0 |
## 4. **Blockquotes** | room-runtime | 2.6.1 | Apache-2.0 |
| room-compiler | 2.6.1 | Apache-2.0 |
> "The only limit to our realization of tomorrow is our doubts of today." | hilt-android | 2.44 | Apache-2.0 |
> — *Franklin D. Roosevelt* | hilt-compiler | 2.44 | Apache-2.0 |
| recyclerview-animators | 4.0.2 | Apache-2.0 |
--- | play-services-cronet | 18.0.1 | Apache-2.0 |
| compact-calendar-view (自己フォーク) | 1.0.0 | MIT License |
## 5. **Code Blocks**
Inline code: `print("Hello, World!")`
Python code block:
```python
def greet(name):
print(f"Hello, {name}!")
greet("Markdown")
```
---
## 6. **Tables**
| Name | Age | Country |
|----------|-----|---------|
| Alice | 24 | USA |
| Bob | 30 | UK |
| Charlie | 28 | Canada |
---
## 7. **Task Lists**
- [x] Write a markdown example
- [ ] Review the document
- [ ] Submit the assignment
---
## 8. **Footnotes**
This is a statement with a footnote.[^1]
[^1]: This is the footnote explaining the statement.
---
## 9. **Horizontal Rules**
---
## 10. **Emojis**
Let's celebrate :tada: and have some fun :smile:!
---
## 11. **Heading with ID**
### Custom Heading {#custom-heading}
You can link to [this heading](#custom-heading) using its ID.
---
## 12. **Highlighting**
==This text is highlighted== for emphasis.
---
## 13. **Mathematical Expressions**
You can include math using LaTeX:
$$ E = mc^2 $$
---
## 14. **HTML Elements**
You can also use HTML elements:
<kbd>Ctrl</kbd> + <kbd>C</kbd> to copy.
---
Enjoy experimenting with **Markdown**!