Closed khia closed 6 years ago
Hmm interesting. Which version of tw5-markdown are you using? I'm not able to replicate that on 1.1.1
I downloaded empty tw5 from https://tiddlywiki.com/ Then I opened a page mentioned in README.md http://demo.santosa.family/#tw5-markdown I drag and dropped the $:/plugins/anstosa/tw5-markdown link to my wiki. It got me version 1.1.3.
Which is very strange because this repository version is 1.1.1
Sorry for the confusion @khia and @iilyak is the same person. :-)
lol! I didn't even notice the account changed 😛
Yeah it looks like what happened is I left this in a bad state. I was trying to refactor things so the plugin worked for serverside rendering and I broke some stuff in process. I updated the demo site but didn't update this repo or even my personal wiki. I rolled back that change and updated the demo site so everything should be in sync and 1.1.4 on the demo site should work as expected.
Let me know how it goes!
The formatting issue is fixed.
Am I doing something wrong?
I have following content on my wiki:
<<italicise "Text to be made into italics">> <<italicise text:"Text to be made into italics">> <$macrocall $name="italicise" text="Text to be made into italics"/> <$macrocall $name="italicise" text={{Title of tiddler containing text to be italicised}}/> <$macrocall $name="italicise" text=<<textMaker "Another macro to generate the text to be italicised">>/>
However it renders into something very strange