Gavin Jerman on Nostr: nprofile1q…4qf9g the biggest issue was how they differ in rendering the markdown in ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqu24tf7lkhs9wec3fg2xzddfpu49hwlywsdynx568xfflcjcntqasl4qf9g (nprofile…qf9g) the biggest issue was how they differ in rendering the markdown in my existing articles. E.g. Ignite does not recognise 2 spaces (or a backslash) at the end of a line as a line break, so I had to replace all of these with a <br>. Also the Jekyll markdon renderer I was using, kramdown, allowed me to control the size of images in markdown e.g. {:width="300px"}. In ignite I had to replace these with html e.g. <img src="image.png" alt="title" width="300">.