FEniCS / web

FEniCS website
https://fenicsproject.org
11 stars 8 forks source link

Replace <a href> links with markdown #5

Closed mscroggs closed 3 years ago

mscroggs commented 3 years ago

On some copied pages, the links all use <a href="url">name</a> syntax. The neater [name](url) syntax should be used instead.

This needs changing for:

davidchengl74 commented 3 years ago

I think I might be able to help to change the href to markdown. Is it all you need, changing all links to markdown syntax? I am doing this for a school assignment, once I do the pull requests, will you be able to review and merge the pull request? The PR needs to be merged for me to obtain full points for this assignment. Can you kindly let me know if this could be assigned to me? thanks mate.

mscroggs commented 3 years ago

That would be great.

Yes, all this needs is syntax changing from html to markdown.

I'll take a look at your PR once you open it.

davidchengl74 commented 3 years ago

Hello, can you kindly check if RP #16 and #17 are okay? If anything, your feedback is much appreciated and could #16 be merged?

davidchengl74 commented 3 years ago

Hello, I updated the GSoC 2017 and GSoC 2018 with #18 and #19
Your feedback is much appreciated, and if everything okay, can these two also be merged?

mscroggs commented 3 years ago

Syntax is all updated now. Thanks @davidchengl74