Yuki Hattori
Yuki Hattori
https://github.com/marp-team/marp-vscode/actions - https://github.com/marp-team/marp-vscode/actions/runs/6677906300/job/18148432474 - https://github.com/marp-team/marp-vscode/actions/runs/5766255634/job/15634974497
Marp team has some mainstream projects to have to maintain, so we could not take time for substream projects such as [Marp Web](https://github.com/marp-team/marp-web) and [React](https://github.com/marp-team/marp-react)/[Vue](https://github.com/marp-team/marp-vue) integrations. And they had not...
Recent browsers (Chrome >= 123, Firefox >= 125, Safari >= 17.4) become supported `align-content: center` for the block container. ```css section { display: block; align-content: center; } ``` - Chrome:...
Marp team has some mainstream projects to have to maintain, so we could not take time for substream projects such as [Marp Web](https://github.com/marp-team/marp-web) and [React](https://github.com/marp-team/marp-react)/[Vue](https://github.com/marp-team/marp-vue) integrations. And they had not...
By custom function binding in [HTM](https://github.com/developit/htm), we might support React component written in HTML block of plain Markdown. ```jsx import { Chart } from 'someone-react-chart-component' const markdown = ` #...
Continue from #577. ### Related - https://github.com/marp-team/marp-cli/issues/512
This issue is for tracking transitions compatibility with Safari. View Transition is testable in Safari 18 (macOS Sequoia, iOS 18, and iPadOS 18). https://marp-cli-page-transitions.glitch.me/ https://marp-cli-page-transitions.glitch.me/morph.html - [ ] The timing...
Related: #393 markdown-it v14 has been rewritten in ESM. To ready for the future markdown-it as ESM only package, Marpit also has to ready for ESM.
### Related - https://github.com/orgs/marp-team/discussions/522
`` is a helpful Marpit specific syntax to overload theme styles within the current `` element. However, `scoped` attribute had been obsoleted, and currently any browsers are not supported. As...