Hello all,
I have a client who has sent me files from an application called MarkdownPad. The file extension is .md and I'm wondering if anyone has found a way to translate these in Studio? Any help would be greatly appreciated!
Best, Mindy
Hello all,
I have a client who has sent me files from an application called MarkdownPad. The file extension is .md and I'm wondering if anyone has found a way to translate these in Studio? Any help would be greatly appreciated!
Best, Mindy
Hi Mindy,
Yep... I did this at the ATA last year to show someone how to do it. Scroll down a little in this article and you should get the info you need:
Regards
Paul
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Hi Mindy,
Unknown said:I'm having font corruption on apostrophes and quote marks (’ appears in the file
This is definitely an encoding issue. Here's another article for you to review:
On the regex, try these:
Opening
(?<=\s)_(?=\w+_)
Closing
(?<!_)_(?=\s)
The \* was the bit you needed to replace as this was looking for the star symbol in my article.
Regards
Paul
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub