Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Escaping Chunks of HTML (and other code)

Community Beginner ,
Jun 08, 2019 Jun 08, 2019

Hi,

I'm blogging and inserting snippets of code (HTML, JavaScript, Java).  This code usually includes angle brackets, <>.

Is there a plugin, macro, or other technique that will let me highlight a chunk of code and replace the < with &lt; and > with &gt;?  Right now, I'm doing a search and replace in Sublime text and pasting the result.  I didn't see a Find and Replace in Selection in DW.

Thanks,

Carl

255
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 08, 2019 Jun 08, 2019

Copy code and paste into DW Design view.  The resulting code will contain the HTML entities you want.

Another option is to use CodePen or JS Fiddle to embed code directly into your blog post.  See CSS Tricks for an example.

https://css-tricks.com/snippets/css/stack-of-paper/

Translate
Community Expert ,
Jun 08, 2019 Jun 08, 2019
LATEST

Copy code and paste into DW Design view.  The resulting code will contain the HTML entities you want.

Another option is to use CodePen or JS Fiddle to embed code directly into your blog post.  See CSS Tricks for an example.

https://css-tricks.com/snippets/css/stack-of-paper/

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines