Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
107 views

I am working on a project converting academic coursework in Markdown to MDX. This Markdown can feature footnotes. The MDX-generated component tree contains <sup>n</sup> elements linking ...
daviestar's user avatar
  • 4,711
0 votes
0 answers
22 views

I'm very novice at programming and databases in general, so I'm mostly using gpt to write my mdx code. However, I run into an issue. I want to create a view which shows a pareto diagram of different ...
0 votes
1 answer
57 views

I'm working on a SQL Server Analysis Services (SSAS) Multidimensional cube. I have a calculated measure [Calculated SKU] defined as: IIF( [Customer_Type].[Customer_Type].CurrentMember.Name = "...
1 vote
2 answers
268 views

I was trying to create a boilerplate for Next.js + MDX (https://mdxjs.com/) using the official guide provided on Next.js website (https://nextjs.org/docs/app/guides/mdx) and I have been facing this ...
0 votes
0 answers
197 views

I'm using Docusaurus v3 to build documentation for my QMS, and I want to automatically add hierarchical numbering to headings, like this: # 1. Introduction ## 1.1 Overview ### 1.1.1 Details I want to ...
t4dhg's user avatar
  • 11
0 votes
0 answers
158 views

I'm building a personal homepage using Next.js and MDX. The code is available on GitHub: https://github.com/daesungk/daesungk.com. I'm trying to render math using KaTeX (with rehype-katex and remark-...
0 votes
0 answers
26 views

I'm trying to create a Gatsby website which will let me create reusable components around blog posts. Until recently I've been doing just fine, until I got stuck on importing images to MDX files in a ...
0 votes
1 answer
96 views

In Astro project I get external links opened in new tab, but in process it breaks existing expresive-code syntax highlighting for code blocks. https://github.com/nemanjam/nemanjam.github.io/blob/...
0 votes
0 answers
74 views

I'm working with Astro and I'm very new to it. This is my CityPageLayout.astro --- import Header from "../components/Header.astro"; import Footer from "../components/Footer.astro"; ...
Webnapp's user avatar
0 votes
0 answers
65 views

I am trying to retrieve data from an OLAP cube using an MDX query and store the results in a Pandas DataFrame, all with Python. I am able to connect to the OLAP cube using requests without any issues ...
0 votes
1 answer
102 views

I have created a simple custom component to display an HTML details element with a predefined summary: export default function Solution({children}) { return ( <details> &...
Mar H.'s user avatar
  • 318
0 votes
0 answers
43 views

I'm working on my first website using Gatsby JS and I'm running into an issue when I run gatsby build. My local is running perfectly, but build is giving me a ERROR #95313 I've tried a number of ...
-1 votes
1 answer
75 views

How do I make MDX show the quantity of sizes per item? This query show what kind of sizes per item, but i want that he show me quantity per item. Maybe need count or filter function, please help. How ...
2 votes
1 answer
300 views

I have an .mdx file that includes a section I don't want prettier to modify: > [!CAUTION] > A word of caution (Relevant issue ticket on why I need to do this in the first place) I can add a ...
0 votes
1 answer
45 views

In my file KNN example.mdx i have following mdx format text i have not used any react code here. 1. **Distance**: For the query point \((x, y) = (0, 0)\), calculate the Euclidean distance to 5 ...

15 30 50 per page
1
2 3 4 5
...
265

AltStyle によって変換されたページ (->オリジナル) /