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

Config option for non-footnoted image markdown: ![a.jpg](/a.jpg) #63

Open
jywarren opened this issue Dec 5, 2017 · 0 comments
Open

Comments

@jywarren
Copy link
Collaborator

jywarren commented Dec 5, 2017

Current default in markdown mode is to insert:

![image description][1]

Then at the bottom of the doc:

[1]: http://url.com/image.jpg "image.jpg"

This is well-formed markdown but for many purposes this disrupts page flow - for example in inline-markdown-editor which is using woofmark for subsections of a larger document.

I'd like to propose that the default be the all-inline, all-one-line version:

![image.jpg](http://url.com/image.jpg)

Failing that, that we at least allow configuration of this.

Where is this code living? Would it be in megamark config, or bureaucracy? Or can we set this in Woofmark alone?

Thanks!

@jywarren jywarren changed the title Config option for non-footnoted image markdown Config option for non-footnoted image markdown - ![a.jpg](/a.jpg) Dec 5, 2017
@jywarren jywarren changed the title Config option for non-footnoted image markdown - ![a.jpg](/a.jpg) Config option for non-footnoted image markdown -- ![a.jpg](/a.jpg) Dec 5, 2017
@jywarren jywarren changed the title Config option for non-footnoted image markdown -- ![a.jpg](/a.jpg) Config option for non-footnoted image markdown: ![a.jpg](/a.jpg) Dec 5, 2017
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

No branches or pull requests

1 participant