summaryrefslogtreecommitdiff
path: root/layouts/shortcodes
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03#77, Introduce hint shortcodeAlex Shpak1-0/+3
2019-09-01use class="hidden" instead of creating new classesPaul Twohey2-2/+2
Use class "hidden" instead of styled classes to ensure that input elments stay hidden when the Content-Security-Policy header has "style-src 'self';"
2019-09-01fix expand and tabs shortcodes to work with strict Content-Security-PolicyPaul Twohey2-2/+2
When the Content-Security-Policy header has "style-src 'self';" inine style elements like style="display: none" are not honored by browsers, so add CSS to the markup classes and style them display: none
2019-08-23#61, Remove need for $$ in katex shortcodeAlex Shpak1-1/+1
2019-08-23#61, Add katex shortcodeAlex Shpak1-0/+12
2019-06-19Remove outdated paragraph from tabs shortcodeAlex Shpak1-1/+0
2019-06-18Make columns shortcode mobile friendlyAlex Shpak1-1/+1
2019-06-11Add custom class support for mermaid and button shortcodesAlex Shpak2-2/+4
2019-06-10Remove flex from mermaid chartAlex Shpak1-1/+1
2019-05-27#39, Add button shortcodeAlex Shpak1-0/+10
2019-05-27Remove extra spacing around columns viewAlex Shpak1-1/+1
2019-05-24Update screenshots, clean tabs shortcodeAlex Shpak1-18/+1
2019-05-23#39, Finish tabs shortcodeAlex Shpak2-6/+20
2019-05-23#39, Finish columns shortcode, clean scssAlex Shpak5-12/+18
2019-05-22#39, Add multi-column shortcodeAlex Shpak1-0/+10
2019-05-22#39, Add expand and tabs shortcodesAlex Shpak3-0/+43