chore: Sync package version v1.15.3

This commit is contained in:
Bot DocuBook
2025-08-10 06:41:17 +00:00
parent fc46b72224
commit 9b6ef22262
11 changed files with 41 additions and 33 deletions

View File

@@ -42,11 +42,11 @@ example note :
displaying an image in markdown format :
```plaintext
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
```
render as :
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.

View File

@@ -42,11 +42,11 @@ example note :
displaying an image in markdown format :
```plaintext
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
```
render as :
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.

View File

@@ -42,11 +42,11 @@ example note :
displaying an image in markdown format :
```plaintext
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
```
render as :
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.

View File

@@ -42,11 +42,11 @@ example note :
displaying an image in markdown format :
```plaintext
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
```
render as :
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.

View File

@@ -42,11 +42,11 @@ example note :
displaying an image in markdown format :
```plaintext
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
```
render as :
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.

View File

@@ -42,11 +42,11 @@ example note :
displaying an image in markdown format :
```plaintext
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
```
render as :
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.
@@ -60,4 +60,15 @@ date : 10-12-2024
image : example-img.png
---
```
</Note>
</Note>
<Accordion title="Code Block" defaultOpen={true} icon="Code">
```javascript:main.js showLineNumbers {3-4}
function isRocketAboutToCrash() {
// Check if the rocket is stable
if (!isStable()) {
NoCrash(); // Prevent the crash
}
}
```
</Accordion>

View File

@@ -42,11 +42,11 @@ example note :
displaying an image in markdown format :
```plaintext
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
```
render as :
![Alt text for the image](https://via.placeholder.com/150)
![Alt text for the image](/images/example-img.png)
For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.