-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Bashly Version
Latest Ruby Gem
Description
When creating markdown files with render :markdown, the links in the index.md file does not contain the extension ".md". Resulting in them not being valid links on github for example. The markdown files created has the extension.
Contents of bashly.yml
name: download
help: Sample minimal application without commands
version: 0.1.0
commands:
- name: upload
- name: download
Reproduction Steps
bashly init --minimal
# create atleast 2 commands in bashly.yml
bashly generate
bashly render :markdown
Actual Behavior
file docs/index.md
download
Sample minimal application without commands
Attributes | |
---|---|
Version: | 0.1.0 |
Usage
download COMMAND
Commands
Expected Behavior
file docs/index.md
download
Sample minimal application without commands
Attributes | |
---|---|
Version: | 0.1.0 |
Usage
download COMMAND
Commands
(added ".md" at the end of both files.)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request