| Path: | lib/maruku/ext/div.rb |
| Last Update: | Sat Feb 23 07:19:38 +0000 2019 |
+————————————{.warning}—— | this is the last warning! | | please, go away! | | +————————————- {.menace} — | | or else terrible things will happen | +————————————————— +—————————————————
| OpenDiv | = | /^[ ]{0,3}\+\-\-+\s*(\{([^{}]*?|".*?"|'.*?')*\})?\s*\-*\s*$/ | TODO: Scope these properly | |
| CloseDiv | = | /^[ ]{0,3}\=\-\-+\s*(\{([^{}]*?|".*?"|'.*?')*\})?\s*\-*\s*$/ | ||
| StartPipe | = | /^[ ]{0,3}\|(.*)$/ | ||
| DecorativeClosing | = | OpenDiv |