Closed ghost closed 8 years ago
please use brackets for subscript, etc.
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.
not anymore. See #62
@georgenetu ready for review?
Yes, of course.
👍
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?
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.
Great tip, thanks
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.