Skip to main content
0 votes
0 answers
23 views

I created an EPUB ebook in R with Bookdown. It contains in-text mathematical formulas such as $\pi$, $\hat\pi$ and $X$ as well as equations such as: \begin{equation} \hat\pi = \frac{e^{a + X\cdot b}}{...
Marco Plebani's user avatar
0 votes
1 answer
31 views

I want to remove the top-level section from an auto-generated table of contents. I'm using VS Code Extension Markdown All In One. Given this example # My Header ## First Section hello ## Second ...
JamesThomasMoon's user avatar
Advice
0 votes
1 replies
75 views

In Slack desktop, when I paste markdown, I used to get a prompt to apply formatting. I clicked “Don’t ask again”, and now the prompt is gone. How can I still format pasted markdown? And is there a way ...
PiwEL's user avatar
  • 75
-3 votes
1 answer
43 views

I have a componentReadmes.md file with a list of links to each of my component's README.MD files, eg: * [Card](/abc/components/card/readme.md) * [Image Block](/abc/components/image-block/readme.md) * [...
MeltingDog's user avatar
  • 15.8k
1 vote
1 answer
29 views

I installed Eleventy SSG to write blogs. In some of my MDs, I have tables. I want smartphone users to be able to swipe tables horizontally. for that I must wrap tables in div with class name table-...
Sartaj Ansari's user avatar
Best practices
0 votes
1 replies
17 views

I have the following in my Markdown code: ``` abc def ``` and it is rendered as 1 | abc 2 | def How can I get rid of the preceding line numbers?
Krischu's user avatar
  • 1,203
2 votes
1 answer
81 views

I like to write documents in Markdown and use Pandoc to convert them to HTML, which I then post publicly. The accessibility checker I use complains a lot about my documents having links without URLs, ...
chadhogg's user avatar
2 votes
0 answers
92 views

I am making a blog and am currently adding support for image thumbnails to my blog posts, but Astro keeps telling me "Local images must be imported". Now it won't load my site's thumbnail ...
André Vitor da Silva Cardoso's user avatar
-1 votes
1 answer
81 views

Once in a while, I get "TypeError: can't access property "length", child is undefined" in the search box of Jupyter Notebook, so that searching does not work anymore: Settings: ...
questionto42's user avatar
  • 9,990
0 votes
1 answer
86 views

I'm trying to create a moderately complex template for converting multiple markdown files into a standalone Word (.docx) file. So far, I have been able to default.openxml file with custom conditional ...
user2544173's user avatar
Tooling
0 votes
6 replies
67 views

I am currently working on my project for the computer science coursework project in my country (Ireland), one of the requirements is to include a /report directory that serves index.html which would ...
helios01k's user avatar
0 votes
1 answer
89 views

I tried to display original code: $\sim$ in my jupyter notebook. I thought that $ can be eacaped in the beginning time, so I used \$\sim\$, it displayed ~ later. Then I tried \\$\sim$, it displayed $\...
Steve Chan's user avatar
3 votes
0 answers
92 views

I am trying to make my README.md for my assignment, and I want to make some color highlighting in markdown. Especially I want to make a color syntax in code blocks where they are in a list . I know if ...
ΝΙΚΟΛΑΣ ΜΕΝΥ's user avatar
Advice
0 votes
1 replies
49 views

I have a storybook and I wat tot send a link to a section in my story to someone. Eksample: # MyTitle I tried to link to this using someting like this `https://my-storybook-url/?path=/docs#MyTitle` ...
Daniel's user avatar
  • 697
Advice
0 votes
2 replies
78 views

I have some markdown text. I use MarkDig to parse the markdown text and obtain a markdown-document-object-model. (markdown-DOM.) From that, I want to obtain an HTML-DOM. As far as I can tell, the only ...
Mike Nakis's user avatar
  • 63.2k

15 30 50 per page
1
2 3 4 5
602