Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
@rhukster ☆ Thanks > no error anymore Plugin exists but has no effect on text yet. In test markdown document {r}日本語{/r:にほんご} should give: ---html <ruby><rb>日本語</rb><rt>にほんご&
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
Thanks
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
onMarkdownInitialized expects an event. You can't use a variable if you don't initialize it or pass it to the method: public function onMarkdownInitialized(Event $event) Programming 101 stuff here :)
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
Thank you very much ♪ I have removed the extra ),. There is another error now: Capture5. Please help
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
I'm guessing you have an extra ), in your code.. too many closing parentheses.
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
I have a parse error
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
Capture4
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
The error image link is broken, what error do you get?
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
CORRECTION 2 changed several comas, renamed plugin to MardownRubyText on the model of MarkdownColor, Here actual redaction of markdown-rubytext.php <?php namespace Grav\Plugin; use \Grav\Common\P
-
Installation of [markdown extra extension package to wrap the <ruby> tag]
· 11 years ago
Here is the error I get...(capture3.png in reference) I really don't know what to do... Please help Error is at first load, prior to any kind of test with markdown... Capture3