Skip to content

Commit

Permalink
Adjust wording for supported files (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytswd committed Oct 11, 2021
1 parent ab45970 commit b60eb06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ You can find more about the commands [here](/docs/details/commands.md).

<!-- == imptr: supported-files / begin from: ./docs/details/supported-files.md#[list] == -->

Because Importer works by parsing language comments, the below are the list of files supported at the moment.

| File Type | Is Supported? | File Extensions | Additional Importer Option |
| --------- | :-----------: | --------------- | -------------------------- |
| Markdown || `.md` | |
| YAML || `.yaml`, `.yml` | Indentation |
| HTML | 🚧 | TBC | |
| TOML | 🚧 | TBC | |

Any other file type not specified above are not supported by Importer at the moment.

To request additional file support, please file an issue from [here](https://github.com/upsidr/importer/issues/new?assignees=&labels=enhancement&template=feature-request.yaml&title=%5BFeature+Request%5D%3A+).

<!-- == imptr: supported-files / end == -->
Expand Down
4 changes: 2 additions & 2 deletions docs/details/supported-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<!-- == export: list / begin == -->

Because Importer works by parsing language comments, the below are the list of files supported at the moment.

| File Type | Is Supported? | File Extensions | Additional Importer Option |
| --------- | :-----------: | --------------- | -------------------------- |
| Markdown || `.md` | |
| YAML || `.yaml`, `.yml` | Indentation |
| HTML | 🚧 | TBC | |
| TOML | 🚧 | TBC | |

Any other file type not specified above are not supported by Importer at the moment.

To request additional file support, please file an issue from [here](https://github.com/upsidr/importer/issues/new?assignees=&labels=enhancement&template=feature-request.yaml&title=%5BFeature+Request%5D%3A+).

<!-- == export: list / end == -->

0 comments on commit b60eb06

Please sign in to comment.