Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Markdown: Wrap tables by div · 10 years ago

    I think its just better to write the entire thing in HTML. HTML outside and inside is kinda making the markdown bits redundant :)

  • Markdown: Wrap tables by div · 10 years ago

    I have HTML code in my table to show list of items | Sample | <ul><li>Item 1</li><li>Item 2</li><li>Item 3</li><li>Item 3</li></ul> | If I e

  • Markdown: Wrap tables by div · 10 years ago

    Thank you for your replies! Can't believe that I forgot to to check the docs this time.

  • Markdown: Wrap tables by div · 10 years ago

    Was in the Learn site, for reference: Wrapping markdown into htm

  • Markdown: Wrap tables by div · 10 years ago

    Enable Parsedown Extra in the page header, and add markdown="1" to the wrapping div: markdown: extra: true #### Table 1 <div class="table-style-1" markdown="1"> | Tables | Are

  • Markdown: Wrap tables by div · 10 years ago

    Hi, My Grav template has special CSS classes to show tables in different styles. In my page, I have many tables, look like this: #### Table 1 Col 1 | Col 2 | Col 3 Sample | Sample | Sample Sample |

  • Updating · 10 years ago

    You can always check the develop branch of Grav on GitHub. You will see there are many updates since the last release, but as they are quite 'large' updates and current 1.0.10 version has been very s

  • Updating · 10 years ago

    48 days since the latest Grav release. We've been working on some major improvements in both Grav Core and the Admin Plugin that will lead to Grav 1.1. Read more on our blog https://getgrav.org/blog/v

  • Updating · 10 years ago

    Do we wait for the update? and there is already 2 months is nothing new - it's scary (((

  • Inject header variable in content · 10 years ago

    Thank You! Exactly what I've looking for! (and so easy)