Skip to content

Incremental appearing of images similar to incremental lists #289

Answered by yhatt
jweickm asked this question in Ideas
Discussion options

You must be logged in to vote

Marp has a rooted policy that the additional syntax must prevent breaking CommonMark syntax and keep compatibility with general Markdown documents. ?[]() syntax would not be recognized as the image syntax in the other Markdown tools in common, so we have no plans to adopt it as the incremental image. (But we have extensible architecture based on markdown-it plugin ecosystem for extending the syntax as you like 😃)

Using custom style through <style> to remove bullets from the fragmented list is a valid way as CommonMark. Refer to #270 (comment).

# Hidden bullets

<style scoped>li { list-style-type: none}</style>

* These bullets
* are hidden
* to the viewer

#270 (comment)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yhatt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
wontfix This will not be worked on better-for-plugin
2 participants