Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gists from WordPress do not seem to render into the Markdown #124

Open
paschott opened this issue Aug 7, 2024 · 0 comments
Open

Gists from WordPress do not seem to render into the Markdown #124

paschott opened this issue Aug 7, 2024 · 0 comments

Comments

@paschott
Copy link

paschott commented Aug 7, 2024

I've used several Gists as shortcodes or blocks within my Wordpress site. Those don't seem to be rendering when I run the conversion.

Here's my content block:

	<content:encoded><![CDATA[I wanted an easy way to generate a script to recreate all DB object and schema permissions for a database. Searching online, I found several different examples, but none quite did everything I needed. I put this together from some examples and added it to my toolkit. This script will generate the appropriate T-SQL to grant permissions to DB Objects and Schemas.

https://gist.github.com/paschott/e76563c7dee8601856072da8e59caf7f

I know that a lot of you may have something that does this already, but figured it can’t hurt to have another snippet available to generate permission statements. If you make any enhancements, let me know. I’d love to keep this up to date so it’s helpful to others.]]></content:encoded>

But sometimes I was using the "gistr" shortcode to display lines and those were completely ignored, even as a comment.

I also had a code block that was translated, but lost all formatting along the way, including embedded
tags. (Not quite related, but it was on the same post.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant