Skip to content

Commit

Permalink
Improve markdown formatting
Browse files Browse the repository at this point in the history
Otherwise the page has a huge width which hides the centered
math sample.
  • Loading branch information
jenspav authored and jp7677 committed Mar 28, 2024
1 parent 025cbc7 commit 9b3bdcc
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions docs/example/workspace-docs/02-markdown-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,35 @@ workspace {
...
properties {
...
// full list of available "generatr.markdown.flexmark.extensions"
// "Abbreviation,Admonition,AnchorLink,Aside,Attributes,Autolink,Definition,Emoji,EnumeratedReference,Footnotes,GfmIssues,GfmStrikethroughSubscript,GfmTaskList,GfmUsers,GitLab,Ins,Macros,MediaTags,ResizableImage,Superscript,Tables,TableOfContents,SimulatedTableOfContents,Typographic,WikiLinks,XWikiMacro,YAMLFrontMatter,YouTubeLink"
// full list of available "generatr.markdown.flexmark.extensions":
// - Abbreviation
// - Admonition
// - AnchorLink
// - Aside
// - Attributes
// - Autolink
// - Definition
// - Emoji
// - EnumeratedReference
// - Footnotes
// - GfmIssues
// - GfmStrikethroughSubscript
// - GfmTaskList
// - GfmUsers
// - GitLab
// - Ins
// - Macros
// - MediaTags
// - ResizableImage
// - Superscript
// - Tables
// - TableOfContents
// - SimulatedTableOfContents
// - Typographic
// - WikiLinks
// - XWikiMacro
// - YAMLFrontMatter
// - YouTubeLink
// see https://github.com/vsch/flexmark-java/wiki/Extensions
// ATTENTION:
// * "generatr.markdown.flexmark.extensions" values must be separated by comma
Expand Down

0 comments on commit 9b3bdcc

Please sign in to comment.