Closed TanguyBarthelemy closed 1 year ago
Never use the $...$
syntax, it's inherintly broken. Best use
$`...`$
Haven't tried, but I'm guessing this will fix all your issues.
Thanks! it solved my problem for inline code.
For example, the variable $var\_mean
$ is accepted now and this one $\#groupe_{13}
$ also!
but for code in double $$, it doesn't I have the impression:
$$ mean\_
day_{i, j} = \#
group_i + \#
groupj $$
$$mean\_
day{i, j} = \#
group_i + \#
groupj$$
$$ `mean_day{i, j} = #group_i + #groupj$$ $$
mean_day{i, j} = #group_i + #group_j`$$
I will more test it!
Don't use the double $$-syntax either, use
```math
...
Ok thank you very much!
I try to render the equations:
$_$
$$ mean_Day{i, j} = \sum{years} Day_{i, j, k} $$
$$ mean = #group_i + #group_j $$
I saw that you covered the subject well. Maybe I missed something or these are bugs in the formula display under Github.
Thank you for your opinion!