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

Avoid HTML img tag #65

Closed
rgaiacs opened this issue Feb 5, 2015 · 1 comment
Closed

Avoid HTML img tag #65

rgaiacs opened this issue Feb 5, 2015 · 1 comment

Comments

@rgaiacs
Copy link
Contributor

rgaiacs commented Feb 5, 2015

Will be nice to avoid HTML img tag. For example, instead of

<img src="fig/foo.svg" alt="Foo" />

we can use

![Foo](fig/foo.svg)

The list of img elements to replace is

$ grep img *.md      
01-filedir.md:<img src="fig/filesystem.svg" alt="The Filesystem" />
01-filedir.md:<img src="fig/home-directories.svg" alt="Home Directories" />
01-filedir.md:<img src="fig/homedir.svg" alt="Nelle's Home Directory" />
01-filedir.md:<img src="fig/filesystem-challenge.svg" alt="Filesystem for Challenge Questions" />
02-create.md:<img src="fig/nano-screenshot.png" alt="Nano in Action" />
06-find.md:<img src="fig/find-file-tree.svg" alt="File Tree for Find Example" />
@gvwilson
Copy link
Contributor

gvwilson commented Feb 5, 2015 via email

rgaiacs pushed a commit to rgaiacs/swc-shell-novice that referenced this issue May 6, 2017
Welcome and completion messages
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

3 participants