Skip to main content
The 2024 Developer Survey results are live! See the results

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
10 views

How to Insert Text with Background Images and a Gallery in GitHub README with a Three-Column Layout?

I'm working on my GitHub README and I want to insert an image gallery alongside text with a background image. My goal is to achieve a three-column layout that includes text with a background image and ...
Farley Runkel's user avatar
-1 votes
0 answers
21 views

Is there an alternative markdown for block quotes than >? [closed]

When making block quotes in markdown and on this site you usually use a greater than symbol for each line in a quote. Something like this: > here is a quote > and the second line needs a symbol ...
1.21 gigawatts's user avatar
0 votes
0 answers
8 views

Can doxygen link to a namespace within a folder that includes periods in the folder name?

Given a folder like com.org.Project that contains a file myClass.py is it possible to provide a link in a Markdown file to the myClass namespace? When I provide the string com.org.Project.myClass the ...
Destry's user avatar
  • 111
0 votes
0 answers
25 views

Inconsistent layout with custom markdown builders

I have the following three builders to provide subscripts and superscripts, plus a dynamically colorable code block. All of them are handled by their respective InlineSyntax handlers properly. class ...
Gábor's user avatar
  • 10k
0 votes
0 answers
12 views

What is a pre-commit hook that formats markdown in quarto (qmd) files?

I use the style-files pre-commit filter to style Quarto (qmd) files, but it only formats my R code, not the markdown. Is there something that formats the markdown? For example, line wrapping. Quarto ...
dfrankow's user avatar
  • 21k
0 votes
2 answers
26 views

Markdown / Marked 2 Image Resizing

I am writing a lot of Markdown files for documentation and preview the results in "Marked 2" on MacOS. I embed a lot of screenshot images and every time I am asking myself why is there no ...
Coding Monkey's user avatar
0 votes
0 answers
19 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
1 answer
40 views

Github the pair of underline _ in math equtions $$ in markdown is explained to italic text not math 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
  • 21
1 vote
2 answers
35 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
15 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
56 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
23 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
16 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
15 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
1 vote
2 answers
31 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
  • 35

15 30 50 per page
1
2 3 4 5
598