Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline link style option #23

Merged
merged 1 commit into from May 3, 2013
Merged

Inline link style option #23

merged 1 commit into from May 3, 2013

Conversation

neocotic
Copy link
Owner

@neocotic neocotic commented May 3, 2013

Added an option to generate Markdown links in the inline style instead of the reference style. This option is supported in both the API (via inline option) and CLI (via -i and --inline switches).

Inline

[my link](/path/to/page "my title")

Reference (existing)

[my link][0]

[0]: /path/to/page "my title"

Read John Grubers original documentation on links for more information.

@ghost ghost assigned neocotic May 3, 2013
neocotic added a commit that referenced this pull request May 3, 2013
@neocotic neocotic merged commit e801f98 into wip-2.1.0 May 3, 2013
@neocotic neocotic deleted the no-link-ref-option branch May 3, 2013 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant