Skip to main content

Questions tagged [markdown]

Markdown is a plain text formatting syntax designed so that it can be converted to HTML using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.

0 votes
0 answers
9 views

How to Render Underline Text in Markdown Using Stream Chat SDK

I am currently working on a chat application using Stream SDK (https://getstream.io/). I have been running into continuous issues rendering underlined text in message bubbles. Stream seems to have no ...
Devin Mason's user avatar
0 votes
0 answers
17 views

Github the _ in math equtions $$ in markdown file is always being explain to italic font not equtions

In the markdown file, I try to write my in-line math equations in the $$. But there must be something wrong when I use the _ for subscript in two in-line equations. the engine of the GitHub markdown ...
ZnS's user avatar
  • 1
1 vote
2 answers
25 views

Docusaurus: How can I display a Markdown file inline inside a Markdown page?

In my Docusaurus website, I want to have a Markdown file stored in one place and displayed in six places. How do I do this (a) in Docusaurus, (b) in HTML (c) a better way? My attempt: In src\...
Neil Sandy's user avatar
0 votes
0 answers
10 views

Edit line space in Mermaid without html

I am doing some SVG graphs for PDF with mermaid (so I desactivated the htmlLabels). I want to create a space in between the lines because they are to close to each other. I can't succeed to either ...
Enrra's user avatar
  • 59
-1 votes
0 answers
49 views

Bug on laravel email

to start I would like to apologize for my English. I have a problem with sending email with Laravel. as you can see in the image that I attached, there is html code. According to the research I did ...
Ibrahim Toulouse's user avatar
0 votes
0 answers
20 views

How to style slotted child elements in Astro Layout?

I'm building out my company's blog post page and am having some trouble styling slotted content that comes from my markdown blog posts. Specifically, I want add some top padding to all child elements ...
buildpax's user avatar
  • 340
0 votes
0 answers
10 views

Intellij Idea change backquote and programming language colour in codefence

I want to change the colour for triple backquote and programming language indicator. It seems like there are no colour settings for triple backquote and programming language in code fence settings in ...
pacman's user avatar
  • 827
0 votes
0 answers
11 views

How to fit mermaid diagram to fit into the parent container ngx-panzoom

We have a mermaid diagram data and we're rendering mermaid content using mermaid library in Angular. I have wrapped mermaid content within panzoom to exploit zoom-in and zoom-out functionality, the ...
Alisha Saxena's user avatar
0 votes
2 answers
27 views

Embeding a multi line markdown variable in a html shortcode

I'm trying to display some information about a person including Picture & Biography. The biography comes from a user controlled source that accept markdown. I managed to print multiline input ...
Scoubi's user avatar
  • 25
0 votes
0 answers
28 views

How to turn specific docx table into markdown?

I have a specific docx table and i want to turn it into markdown using python Hi. I have a docx file with this table: i want to turn it into markdown using python. i tried this: from docx import ...
user24958090's user avatar
0 votes
1 answer
16 views

Pandoc 3.2.1, duplicate Footnote ID

I'm using Epubcheck on an Epub file produced by Pandoc v3.2.1 and I'm getting some duplicate footnote reference errors, e.g. Error while parsing file: Duplicate ID "fnref13" I believe that ...
tridral's user avatar
0 votes
0 answers
58 views

react tiptap Editor disable markdown rendering

I am using the tiptap editor in my application, where I am displaying markdown and a custom extension. When the user is editing die content, the markdown elements should not be "rendered", ...
Manzn's user avatar
  • 196
1 vote
3 answers
44 views

Pandoc export/convert .md to .docx produces square brackets around headings - it's not a leftover from wikilinks. Same thing with .odt

Pandoc convert/export md to docx produces square brackets around headings What I’m trying to do use pandoc to convert to docx. Converted ok but I'm getting faint square brackets around headings. I ...
thinkboxer's user avatar
0 votes
1 answer
19 views

Disable markdown interpretation within print variable in Jekyll

I'm outputting some data in one of my jekyll templates, like so: {{ post.content }} The problem is if there is any markdown like data inside content, jekyll will automatically parse the markdown and ...
MrGlass's user avatar
  • 9,214
0 votes
1 answer
20 views

svelte - revealjs with markdown not showing

I have a svelte component that embed a revealjs: <script> import { onMount } from 'svelte' import Reveal from 'reveal.js'; import Markdown from 'reveal.js/plugin/markdown/markdown.esm.js'; ...
sooon's user avatar
  • 4,836

15 30 50 per page
1
2 3 4 5
598