Skip to content

Commit 2a79658

Browse files
chore: sync markdown files from source repo
1 parent cd0786a commit 2a79658

146 files changed

Lines changed: 823 additions & 584 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: groupdocs.markdown for Python via .NET
2+
title: GroupDocs.Markdown for Python via .NET
33
second_title: GroupDocs.Markdown for Python via .NET API References
44
description:
55
type: docs
6-
url: /python-net/
6+
url: /markdown/python-net/
77
is_root: true
88
weight: 10
99
version: 26.3.0
@@ -13,4 +13,4 @@ version: 26.3.0
1313
### Modules
1414
| Module | Description |
1515
| :- | :- |
16-
| [`groupdocs.markdown`](/python-net/groupdocs.markdown/) | |
16+
| [`groupdocs.markdown`](/markdown/python-net/groupdocs.markdown/) | |

content/sites/groupdocs/markdown/english/python-net/groupdocs.markdown/_index.md

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: groupdocs.markdown
33
second_title: GroupDocs.Markdown for Python via .NET API References
44
description:
55
type: docs
6-
url: /python-net/groupdocs.markdown/
6+
url: /markdown/python-net/groupdocs.markdown/
77
is_root: false
88
weight: 10
99
---
@@ -12,34 +12,38 @@ weight: 10
1212
### Classes
1313
| Class | Description |
1414
| :- | :- |
15-
| [`ConvertOptions`](/python-net/groupdocs.markdown/convertoptions/) | Provides options for customizing the document conversion process to Markdown format. |
16-
| [`ConvertResult`](/python-net/groupdocs.markdown/convertresult/) | Contains the output of a successful document-to-Markdown conversion. |
17-
| [`CustomImageSavingArgs`](/python-net/groupdocs.markdown/customimagesavingargs/) | Provides information and controls for saving a single image during document-to-Markdown conversion. |
18-
| [`CustomImagesStrategy`](/python-net/groupdocs.markdown/customimagesstrategy/) | Implements an image export strategy that gives you full control over how images are saved during conversion. |
19-
| [`CustomUriExportStrategy`](/python-net/groupdocs.markdown/customuriexportstrategy/) | Implements a URI export strategy that lets you customize how resource URIs are written to Markdown. |
20-
| [`DefaultUriExportStrategy`](/python-net/groupdocs.markdown/defaulturiexportstrategy/) | Provides default URI handling that keeps the URIs generated by the library unchanged. |
21-
| [`DocumentInfo`](/python-net/groupdocs.markdown/documentinfo/) | Provides read-only metadata about a loaded document, such as its format, page count, title, and encryption status. |
22-
| [`ExportImagesAsBase64Strategy`](/python-net/groupdocs.markdown/exportimagesasbase64strategy/) | Implements an image export strategy that embeds images as Base64 strings directly in the Markdown. |
23-
| [`ExportImagesToFileSystemStrategy`](/python-net/groupdocs.markdown/exportimagestofilesystemstrategy/) | Saves images to a folder on disk during conversion. |
24-
| [`ExportOptions`](/python-net/groupdocs.markdown/exportoptions/) | Options for exporting Markdown to a document format (reverse conversion). |
25-
| [`ImageExportContext`](/python-net/groupdocs.markdown/imageexportcontext/) | Contains read‑only information about a single image encountered during conversion and is passed to `IImageExportStrategy.get_image_stream(ImageExportContext)`. |
26-
| [`License`](/python-net/groupdocs.markdown/license/) | Manages GroupDocs.Markdown licensing. |
27-
| [`LoadOptions`](/python-net/groupdocs.markdown/loadoptions/) | Specifies additional options for loading a document, such as an explicit file format or a password for encrypted files. |
28-
| [`MarkdownConverter`](/python-net/groupdocs.markdown/markdownconverter/) | Converts documents from Word, Excel, PDF, and other formats to Markdown, offering static one-liner methods and an instance-based API with full control over conversion options. |
29-
| [`Metered`](/python-net/groupdocs.markdown/metered/) | Manages metered (pay-per-use) licensing. |
30-
| [`SkipImagesStrategy`](/python-net/groupdocs.markdown/skipimagesstrategy/) | Implements an image export strategy that skips saving images during document conversion. |
31-
| [`UriExportContext`](/python-net/groupdocs.markdown/uriexportcontext/) | Contains information about a resource URI being written during conversion. Passed to `IUriExportStrategy.update_resource_uri`. |
32-
| [`UriSavingArgs`](/python-net/groupdocs.markdown/urisavingargs/) | Provides information and controls for customizing how a resource URI is written during document-to-Markdown conversion. |
15+
| [`ConvertOptions`](/markdown/python-net/groupdocs.markdown/convertoptions/) | Provides options for customizing the document conversion process to Markdown format. |
16+
| [`ConvertResult`](/markdown/python-net/groupdocs.markdown/convertresult/) | Contains the output of a successful document-to-Markdown conversion. |
17+
| [`CustomImageSavingArgs`](/markdown/python-net/groupdocs.markdown/customimagesavingargs/) | Provides information and controls for saving a single image during document-to-Markdown conversion. |
18+
| [`CustomImagesStrategy`](/markdown/python-net/groupdocs.markdown/customimagesstrategy/) | Implements an image export strategy that gives you full control over how images are saved during conversion. |
19+
| [`CustomUriExportStrategy`](/markdown/python-net/groupdocs.markdown/customuriexportstrategy/) | Implements a URI export strategy that lets you customize how resource URIs are written to Markdown. |
20+
| [`DefaultUriExportStrategy`](/markdown/python-net/groupdocs.markdown/defaulturiexportstrategy/) | Provides default URI handling that keeps the URIs generated by the library unchanged. |
21+
| [`DocumentInfo`](/markdown/python-net/groupdocs.markdown/documentinfo/) | Provides read-only metadata about a loaded document, such as its format, page count, title, and encryption status. |
22+
| [`ExportImagesAsBase64Strategy`](/markdown/python-net/groupdocs.markdown/exportimagesasbase64strategy/) | Implements an image export strategy that embeds images as Base64 strings directly in the Markdown. |
23+
| [`ExportImagesToFileSystemStrategy`](/markdown/python-net/groupdocs.markdown/exportimagestofilesystemstrategy/) | Saves images to a folder on disk during conversion. |
24+
| [`ExportOptions`](/markdown/python-net/groupdocs.markdown/exportoptions/) | Options for exporting Markdown to a document format (reverse conversion). |
25+
| [`IImageExportStrategy`](/markdown/python-net/groupdocs.markdown/iimageexportstrategy/) | Defines a strategy for handling image export during document-to-Markdown conversion. |
26+
| [`IImageSavingHandler`](/markdown/python-net/groupdocs.markdown/iimagesavinghandler/) | Callback interface invoked for each image encountered during conversion when using [`CustomImagesStrategy`](/markdown/python-net/groupdocs.markdown/customimagesstrategy/). |
27+
| [`IUriExportStrategy`](/markdown/python-net/groupdocs.markdown/iuriexportstrategy/) | Defines a strategy for customizing resource URIs that are written into the Markdown output during conversion. |
28+
| [`IUriSavingHandler`](/markdown/python-net/groupdocs.markdown/iurisavinghandler/) | Callback interface invoked for each resource URI during conversion when using [`CustomUriExportStrategy`](/markdown/python-net/groupdocs.markdown/customuriexportstrategy/); implement it to rewrite resource URIs in the Markdown output. |
29+
| [`ImageExportContext`](/markdown/python-net/groupdocs.markdown/imageexportcontext/) | Contains read-only information about a single image encountered during conversion, and is passed to `IImageExportStrategy.get_image_stream(ImageExportContext)`. |
30+
| [`License`](/markdown/python-net/groupdocs.markdown/license/) | Manages GroupDocs.Markdown licensing. |
31+
| [`LoadOptions`](/markdown/python-net/groupdocs.markdown/loadoptions/) | Specifies additional options for loading a document, such as an explicit file format or a password for encrypted files. |
32+
| [`MarkdownConverter`](/markdown/python-net/groupdocs.markdown/markdownconverter/) | Converts documents from Word, Excel, PDF, and other formats to Markdown, offering static one-liner methods and an instance-based API with full control over conversion options. |
33+
| [`Metered`](/markdown/python-net/groupdocs.markdown/metered/) | Manages metered (pay-per-use) licensing. |
34+
| [`SkipImagesStrategy`](/markdown/python-net/groupdocs.markdown/skipimagesstrategy/) | Implements an image export strategy that skips saving images during document conversion. |
35+
| [`UriExportContext`](/markdown/python-net/groupdocs.markdown/uriexportcontext/) | Contains information about a resource URI being written during conversion and is passed to [`IUriExportStrategy.update_resource_uri`](/markdown/python-net/groupdocs.markdown/iuriexportstrategy/update_resource_uri/). |
36+
| [`UriSavingArgs`](/markdown/python-net/groupdocs.markdown/urisavingargs/) | Provides information and controls for customizing how a resource URI is written during document-to-Markdown conversion. |
3337

3438
### Enumerations
3539
| Enum | Description |
3640
| :- | :- |
37-
| [`FileFormat`](/python-net/groupdocs.markdown/fileformat/) | Specifies a document file format. Used both as input format (when loading a document for conversion to Markdown) and as output format (when exporting Markdown to a document). |
38-
| [`MarkdownFlavor`](/python-net/groupdocs.markdown/markdownflavor/) | Specifies the target Markdown dialect for the conversion output. |
41+
| [`FileFormat`](/markdown/python-net/groupdocs.markdown/fileformat/) | Specifies a document file format. Used both as input format (when loading a document for conversion to Markdown) and as output format (when exporting Markdown to a document). |
42+
| [`MarkdownFlavor`](/markdown/python-net/groupdocs.markdown/markdownflavor/) | Specifies the target Markdown dialect for the conversion output. |
3943

4044
### Exceptions
4145
| Exception | Description |
4246
| :- | :- |
43-
| [`DocumentProtectedException`](/python-net/groupdocs.markdown/documentprotectedexception/) | The exception that is thrown when a document is password-protected and no password (or an incorrect password) was provided via [`LoadOptions.password`](/python-net/groupdocs.markdown/loadoptions/password/). |
44-
| [`GroupDocsMarkdownException`](/python-net/groupdocs.markdown/groupdocsmarkdownexception/) | Represents a product-specific exception that is thrown during file processing. |
45-
| [`InvalidFormatException`](/python-net/groupdocs.markdown/invalidformatexception/) | The exception that is thrown when a file has an invalid format. |
47+
| [`DocumentProtectedException`](/markdown/python-net/groupdocs.markdown/documentprotectedexception/) | The exception that is thrown when a document is password-protected and no password (or an incorrect password) was provided via [`LoadOptions.password`](/markdown/python-net/groupdocs.markdown/loadoptions/password/). |
48+
| [`GroupDocsMarkdownException`](/markdown/python-net/groupdocs.markdown/groupdocsmarkdownexception/) | Represents a product-specific exception that is thrown during file processing. |
49+
| [`InvalidFormatException`](/markdown/python-net/groupdocs.markdown/invalidformatexception/) | The exception that is thrown when a file has an invalid format. |

content/sites/groupdocs/markdown/english/python-net/groupdocs.markdown/convertoptions/__init__/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ title: __init__ constructor
33
second_title: GroupDocs.Markdown for Python via .NET API References
44
description:
55
type: docs
6-
url: /python-net/groupdocs.markdown/convertoptions/__init__/
6+
url: /markdown/python-net/groupdocs.markdown/convertoptions/__init__/
77
is_root: false
88
weight: 10
99
---
1010

1111

1212
## __init__
1313

14-
Initializes a new instance of the [`ConvertOptions`](/python-net/groupdocs.markdown/convertoptions/) class.
14+
Initializes a new instance of the [`ConvertOptions`](/markdown/python-net/groupdocs.markdown/convertoptions/) class.
1515

16-
By default, [`ConvertOptions.image_export_strategy`](/python-net/groupdocs.markdown/convertoptions/image_export_strategy/) is set to [`ExportImagesAsBase64Strategy`](/python-net/groupdocs.markdown/exportimagesasbase64strategy/), which embeds images as Base64 strings directly in the Markdown output.
16+
By default, [`ConvertOptions.image_export_strategy`](/markdown/python-net/groupdocs.markdown/convertoptions/image_export_strategy/) is set to [`ExportImagesAsBase64Strategy`](/markdown/python-net/groupdocs.markdown/exportimagesasbase64strategy/), which embeds images as Base64 strings directly in the Markdown output.
1717

1818
```python
1919
def __init__(self):
2020
...
2121
```
2222

2323
### See Also
24-
* class [`ConvertOptions`](/python-net/groupdocs.markdown/convertoptions/)
24+
* class [`ConvertOptions`](/markdown/python-net/groupdocs.markdown/convertoptions/)

content/sites/groupdocs/markdown/english/python-net/groupdocs.markdown/convertoptions/_index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ConvertOptions class
33
second_title: GroupDocs.Markdown for Python via .NET API References
44
description:
55
type: docs
6-
url: /python-net/groupdocs.markdown/convertoptions/
6+
url: /markdown/python-net/groupdocs.markdown/convertoptions/
77
is_root: false
88
weight: 10
99
---
@@ -22,21 +22,21 @@ The ConvertOptions type exposes the following members:
2222
### Constructors
2323
| Constructor | Description |
2424
| :- | :- |
25-
| [__init__](/python-net/groupdocs.markdown/convertoptions/__init__/) | Initializes a new instance of the [`ConvertOptions`](/python-net/groupdocs.markdown/convertoptions/) class. |
25+
| [__init__](/markdown/python-net/groupdocs.markdown/convertoptions/__init__/) | Initializes a new instance of the [`ConvertOptions`](/markdown/python-net/groupdocs.markdown/convertoptions/) class. |
2626

2727
### Properties
2828
| Property | Description |
2929
| :- | :- |
30-
| [flavor](/python-net/groupdocs.markdown/convertoptions/flavor/) | The target Markdown dialect. |
31-
| [heading_level_offset](/python-net/groupdocs.markdown/convertoptions/heading_level_offset/) | The offset to apply to all heading levels in the Markdown output. |
32-
| [image_export_strategy](/python-net/groupdocs.markdown/convertoptions/image_export_strategy/) | The strategy for handling images during conversion. The default is [`ExportImagesAsBase64Strategy`](/python-net/groupdocs.markdown/exportimagesasbase64strategy/). |
33-
| [include_front_matter](/python-net/groupdocs.markdown/convertoptions/include_front_matter/) | The value indicating whether to prepend YAML front matter to the Markdown output. Default is False. |
34-
| [include_hidden_sheets](/python-net/groupdocs.markdown/convertoptions/include_hidden_sheets/) | The option indicating whether hidden worksheets are included in spreadsheet conversions. |
35-
| [max_columns](/python-net/groupdocs.markdown/convertoptions/max_columns/) | The maximum number of columns to include per table when converting spreadsheets. Columns beyond this limit are truncated with an ellipsis indicator. 0 means unlimited (default). |
36-
| [max_rows](/python-net/groupdocs.markdown/convertoptions/max_rows/) | The maximum number of data rows to include per worksheet when converting spreadsheets. |
37-
| [page_numbers](/python-net/groupdocs.markdown/convertoptions/page_numbers/) | The array of 1-based page or worksheet numbers to convert; set to None to convert all pages. |
38-
| [sheet_separator](/python-net/groupdocs.markdown/convertoptions/sheet_separator/) | The separator inserted between worksheets in spreadsheet conversions. |
39-
| [uri_export_strategy](/python-net/groupdocs.markdown/convertoptions/uri_export_strategy/) | The strategy for customizing resource URIs written to Markdown output. |
30+
| [flavor](/markdown/python-net/groupdocs.markdown/convertoptions/flavor/) | The target Markdown dialect. Default is [`MarkdownFlavor.git_hub`](/markdown/python-net/groupdocs.markdown/markdownflavor/git_hub/). |
31+
| [heading_level_offset](/markdown/python-net/groupdocs.markdown/convertoptions/heading_level_offset/) | The offset to apply to all heading levels in the Markdown output. Default is 0 (no change). |
32+
| [image_export_strategy](/markdown/python-net/groupdocs.markdown/convertoptions/image_export_strategy/) | The strategy for handling images during conversion. Default is [`ExportImagesAsBase64Strategy`](/markdown/python-net/groupdocs.markdown/exportimagesasbase64strategy/). |
33+
| [include_front_matter](/markdown/python-net/groupdocs.markdown/convertoptions/include_front_matter/) | The option indicating whether to prepend YAML front matter to the Markdown output. Default is False. |
34+
| [include_hidden_sheets](/markdown/python-net/groupdocs.markdown/convertoptions/include_hidden_sheets/) | The property indicates whether hidden worksheets are included in spreadsheet conversions. |
35+
| [max_columns](/markdown/python-net/groupdocs.markdown/convertoptions/max_columns/) | The maximum number of columns to include per table when converting spreadsheets; columns beyond this limit are truncated with an ellipsis indicator, and a value of 0 means unlimited (default). |
36+
| [max_rows](/markdown/python-net/groupdocs.markdown/convertoptions/max_rows/) | The maximum number of data rows to include per worksheet when converting spreadsheets; rows beyond this limit are truncated with an ellipsis indicator, and a value of 0 means unlimited (default). |
37+
| [page_numbers](/markdown/python-net/groupdocs.markdown/convertoptions/page_numbers/) | The page numbers to convert, as a list of 1‑based page or worksheet numbers. |
38+
| [sheet_separator](/markdown/python-net/groupdocs.markdown/convertoptions/sheet_separator/) | The separator inserted between worksheets in spreadsheet conversions. |
39+
| [uri_export_strategy](/markdown/python-net/groupdocs.markdown/convertoptions/uri_export_strategy/) | The strategy for customizing resource URIs written to Markdown output. |
4040

4141
### See Also
42-
* module [`groupdocs.markdown`](/python-net/groupdocs.markdown/)
42+
* module [`groupdocs.markdown`](/markdown/python-net/groupdocs.markdown/)

content/sites/groupdocs/markdown/english/python-net/groupdocs.markdown/convertoptions/flavor/_index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ title: flavor property
33
second_title: GroupDocs.Markdown for Python via .NET API References
44
description:
55
type: docs
6-
url: /python-net/groupdocs.markdown/convertoptions/flavor/
6+
url: /markdown/python-net/groupdocs.markdown/convertoptions/flavor/
77
is_root: false
88
weight: 2010
99
---
1010

1111

1212
## flavor property
1313

14-
The target Markdown dialect.
15-
16-
Default is [`MarkdownFlavor.git_hub`](/python-net/groupdocs.markdown/markdownflavor/git_hub/).
14+
The target Markdown dialect. Default is [`MarkdownFlavor.git_hub`](/markdown/python-net/groupdocs.markdown/markdownflavor/git_hub/).
1715

1816
### Definition:
1917
```python
@@ -26,4 +24,4 @@ def flavor(self, value):
2624
```
2725

2826
### See Also
29-
* class [`ConvertOptions`](/python-net/groupdocs.markdown/convertoptions/)
27+
* class [`ConvertOptions`](/markdown/python-net/groupdocs.markdown/convertoptions/)

content/sites/groupdocs/markdown/english/python-net/groupdocs.markdown/convertoptions/heading_level_offset/_index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ title: heading_level_offset property
33
second_title: GroupDocs.Markdown for Python via .NET API References
44
description:
55
type: docs
6-
url: /python-net/groupdocs.markdown/convertoptions/heading_level_offset/
6+
url: /markdown/python-net/groupdocs.markdown/convertoptions/heading_level_offset/
77
is_root: false
88
weight: 2020
99
---
1010

1111

1212
## heading_level_offset property
1313

14-
The offset to apply to all heading levels in the Markdown output.
15-
16-
A value of 2 turns `#` into `###`, `##` into `####`, etc. Heading levels are clamped to the range 1-6. Default is 0 (no change).
14+
The offset to apply to all heading levels in the Markdown output. Default is 0 (no change).
1715

1816
This is useful when you are embedding the converted Markdown inside a larger document where top-level headings are already in use. For example, setting this to 1 ensures the converted content starts at `##` instead of `#`.
1917

@@ -28,4 +26,4 @@ def heading_level_offset(self, value):
2826
```
2927

3028
### See Also
31-
* class [`ConvertOptions`](/python-net/groupdocs.markdown/convertoptions/)
29+
* class [`ConvertOptions`](/markdown/python-net/groupdocs.markdown/convertoptions/)

0 commit comments

Comments
 (0)