question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This 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) sets S = {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:open
  • Created 7 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
obedm503commented, Oct 15, 2016

i’ll say that it can get complex depending on the level of customization you want

this is the bare minimum

<!DOCTYPE html>
<html>
  <head>
    <title>any title</title>
  </head>
  <body>
    <bootmark>
# any title

any markdown  
    </bootmark>
    <script src="https://obedm503.github.io/bootmark/dist/bootmark.bundle.min.js"></script>
  </body>
</html>

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.

0reactions
kskarthikcommented, Oct 15, 2016

Thanks! This is fine for me 😄 Enough to write down some notes

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found