imsky / PocketEuler

:heavy_plus_sign: Offline version of Project Euler.
116 stars 11 forks source link

Added Problem 483 #60

Closed ghost closed 8 years ago

yehoshuapw commented 8 years ago

This, and a 471, 481 use this notation(things like ), which is correct markdown, but isn't the same as the rest, which use [] for subscript, and ^ for superscript. I am not sure which one should be used, but think it would be better if they are all the same.

imsky commented 8 years ago

please use brackets for subscript, etc.

ghost commented 8 years ago

Will do another Pull Request for 471, 473 etc. Also, @jayvdb do we want to rely on a beta version of lerna? The build failed.

yehoshuapw commented 8 years ago

not anymore. See #62

imsky commented 8 years ago

@georgenetu ready for review?

ghost commented 8 years ago

Yes, of course.

imsky commented 8 years ago

👍

ghost commented 7 years ago

Hi @imsky, @yehoshuapw. I need some advice regarding the usage of subscript. Problem 486 has something like F5(n), but I can't use it, so this will need to be converted to F5 which is a hyperlink. How should I approach this issue?

yehoshuapw commented 7 years ago

the same problem occurs in Problem 137. there it is solved using backticks, making it inline code. (A[F](x) = xF[1] + ...)

another idea that i think can work, is to have part of it inline html, but I think we are trying to avoid the html side, and have also the plain text look normal.

ghost commented 7 years ago

Great tip, thanks