Commit Graph

15 Commits

Author SHA1 Message Date
Paul Twohey
964968be39 use class="hidden" instead of creating new classes
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-01 20:51:15 +02:00
Paul Twohey
99bd271b35 fix expand and tabs shortcodes to work with strict Content-Security-Policy
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-09-01 20:51:15 +02:00
Alex Shpak
8f1cdb6aee #61, Remove need for $$ in katex shortcode 2019-08-23 13:23:06 +02:00
Alex Shpak
185e52d2f6 #61, Add katex shortcode 2019-08-23 00:01:14 +02:00
Alex Shpak
72294f3b6e Remove outdated paragraph from tabs shortcode 2019-06-19 14:56:48 +02:00
Alex Shpak
c679f74cff Make columns shortcode mobile friendly 2019-06-18 23:20:29 +02:00
Alex Shpak
c9d979514c Add custom class support for mermaid and button shortcodes 2019-06-11 13:41:08 +02:00
Alex Shpak
fa4e8634c5 Remove flex from mermaid chart 2019-06-10 15:10:00 +02:00
Alex Shpak
a299a4b07b #39, Add button shortcode 2019-05-27 18:25:58 +02:00
Alex Shpak
6d64cc708e Remove extra spacing around columns view 2019-05-27 12:54:31 +02:00
Alex Shpak
edf5b466e1 Update screenshots, clean tabs shortcode 2019-05-24 14:50:25 +02:00
Alex Shpak
9f90c40517 #39, Finish tabs shortcode 2019-05-23 17:48:30 +02:00
Alex Shpak
5437521798 #39, Finish columns shortcode, clean scss 2019-05-23 16:30:26 +02:00
Alex Shpak
c80bd79dcd #39, Add multi-column shortcode 2019-05-22 16:17:55 +02:00
Alex Shpak
0e6864f5aa #39, Add expand and tabs shortcodes 2019-05-22 14:37:55 +02:00