Yuki Hattori

Results 61 issues of Yuki Hattori

Reported in marp-team/marp#106. Marp Core will convert line breaks always into `` tag for compatibillity with [the classic Marp app](https://yhatt.github.io/marp). However, they may break rendering in the mixed namespace such...

For now, `class` directive is just meaning `setAttribute('class', 'xxxxxx')` so assign the specified value into the slide as is. The problem is removing inherited class unless re-assign the class manually....

enhancement

Unlike the other marp-team projects, Marpit is developed by pure JavaScript. At the time starting to develop Marpit, we could not decide to adopt TypeScript. Marpit has an independent type...

Related: marp-team/marp#103, #194 Let's start to think new architecture for code highlight toward Marp Core. ## CSS variables based coloring highlight.js based highlighting has high flexibility that came from stylabillity...

enhancement

[Marp Core's default HTML allowlist is only allowed `` tag.](https://github.com/marp-team/marp-core/blob/d393312a9f6aed070c481cb879f92ccb0e6d1e78/src/marp.ts#L36) It's definitely safe but but this default set is not matching with real use case. A lot of Marp users...

feedback required

Providing built-in slugified headers in Marp Core will improve anchor navigation in Marp for VS Code. ```markdown # ABC ## DEF ## GHI JKL ### DEF ``` ```html ABC DEF...

Marp Core is following a lot of features from GitHub Flavored Markdown, such as table and strikethrough. And today, GitHub has started Math support powered by MathJax: $ax^2+bc+c$ https://github.blog/2022-05-19-math-support-in-markdown/ $$...

In Safari, very long math block won't shrink down by auto-scaling in Marp Core. ```html svg { outline: 3px solid red; } $$ f(x)=a+b+c+d+e+f+g+h+i+j+k+l $$ $$ f(x)=a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s $$ $$ f(x)=a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z...

bug
upstream

Reported in marp-team/marp#124. > the tag of a mathematic formula will cover the formula, can we solve it ? > Example, the formula is > $$ > x^n+y^n=z^n \tag{1} >...

bug

**Is your feature request related to a problem? Please describe.** When creating Web apps, I often use data attribute to pass the value generated from server to JS through HTML....

Feature request