Dan
Dan
> Hi @eddiejaoude and @dan-mba. I see that map.js, statistic.js and search.js files need to be replaced with function calls. I'm open to take this up :). @Harrish-Selvarajah Sorry I...
All pages are migrated
Can you provide examples of working and broken text. Would the broken text be correct JSON if formatted correctly?
There is a bigger problem with the conversion of this particular issue to JSON than newlines. It has un-escaped `"` characters. This completely breaks JSON. I am not sure if...
After further research, `steps.issue-parser.outputs.issueparser_description` needs to be modified before being put into JSON. The `"` needs to be changed to `\"` And newlines need to be changed to the string...
> @dan-mba please is there any other thing I need to do? No, this PR looks good and should be merged sometime today.
I think this PR might not be needed anymore. I did a bunch of updates in my testing PR which got merged today.
> @dan-mba I'm kind of still trying to merge the changes because it isn't the easier. I'm marking this PR as draft for right now I understand, but wanted to...
> I've removed the comma. How can I move my profile to data directory? If you are editing on GitHub, there is a box at the top with the filename....
This is working correctly. In order for a testimonial to be displayed, the name of the file in the testimonial directory must also be in the profile testimonials field. Only...