From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- pt-br/jquery-pt.html.markdown | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pt-br/jquery-pt.html.markdown') diff --git a/pt-br/jquery-pt.html.markdown b/pt-br/jquery-pt.html.markdown index d49bea0f..f041352a 100644 --- a/pt-br/jquery-pt.html.markdown +++ b/pt-br/jquery-pt.html.markdown @@ -14,8 +14,6 @@ jQuery é uma biblioteca JavaScript que te ajuda a "fazer mais, escrevendo menos Pelo jQuery ser uma biblioteca JavaScript você deve [aprende-lo primeiro](https://learnxinyminutes.com/docs/pt-br/javascript-pt/) ```js - - /////////////////////////////////// // 1. Seletores @@ -126,6 +124,4 @@ var heights = []; $('p').each(function() { heights.push($(this).height()); // Adiciona a altura das tags 'p' na array }); - - ``` -- cgit v1.2.3