inline math
See original GitHub issueThis is follow-up of issue #71
I notice that I cannot use math symbol within the text. For example:
Given a set of observations
(x_1, x_2, ..., x_k)
, where each observation is a d-dimensional real vector, k-means clustering aims to partition the n observations into k (≤ n) setsS = {S_1, S_2, ..., S_n}
so as to minimize the within-cluster sum of squares (WCSS) (sum of distance functions of each point in the cluster to the K center).
Here the math part cannot be interpreted correspondingly. I tried to replace x_1 with x1 and then I noticed HTML tags cannot be used.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7
Top Results From Across the Web
Mathematical expressions - Overleaf, Online LaTeX Editor
inline math mode is used to write formulas that are part of a paragraph; display math mode is used to write expressions that...
Read more >Inline equation in latex with text - math mode
Enclose your formula in single $ , as follows: Text text text $ \some \math \commands $ more text text text.
Read more >LaTeX math and equations
Learn to typeset and align equations, matrices and fractions in LaTeX. Overview of basic math features, with live-rendering. Inline math; Equations; Fractions ...
Read more >Notion Math Notes with Inline Math equations - YouTube
Writing Notion math notes is not something I thought I would learn but since the Notion inline math equations have become possible, ...
Read more >Insert Inline Math in Text
You can put typeset mathematical expressions directly inline in text in Wolfram notebooks. Type to start typing math in text and to stop:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i’ll say that it can get complex depending on the level of customization you want
this is the bare minimum
of course if you want to fetch external files, change bootstrap theme, code prettify theme, and custumize everything (which you can absolutely do, even the markdown parsing configurations), config has to be set.
If you have any api suggestions I’m open to ideas. I want to make bootmark as easy to use as possible. But like I said at the beginning of the thread, that is better discussed in the boomark repo.
Thanks! This is fine for me 😄 Enough to write down some notes