summaryrefslogtreecommitdiffhomepage
path: root/ro-ro
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 08:36:26 -0700
committerGitHub <noreply@github.com>2024-04-06 08:36:26 -0700
commit111ff839f3a9b96fecd1d186340bf57e0f27e177 (patch)
tree30d433ba19ec49808cc0f0de8a161835ad5f29c9 /ro-ro
parent9fa4b5af80f1cd7fe2469c198d02a21e4f8884a1 (diff)
parent3e687f1a8ccb1cd0d52a966005551d528ca141df (diff)
Merge pull request #4881 from verhovsky/trailing-newlines
Remove leading and trailing empty lines in code blocks
Diffstat (limited to 'ro-ro')
-rw-r--r--ro-ro/bf-ro.html.markdown1
-rw-r--r--ro-ro/elixir-ro.html.markdown1
-rw-r--r--ro-ro/haskell-ro.html.markdown2
-rw-r--r--ro-ro/pythonlegacy-ro.html.markdown2
-rw-r--r--ro-ro/xml-ro.html.markdown3
5 files changed, 1 insertions, 8 deletions
diff --git a/ro-ro/bf-ro.html.markdown b/ro-ro/bf-ro.html.markdown
index 686dd39d..0713bda7 100644
--- a/ro-ro/bf-ro.html.markdown
+++ b/ro-ro/bf-ro.html.markdown
@@ -81,7 +81,6 @@ problema: La sfarsitul ciclului imbricat, celula #2 este zero. In
acest caz, celula ciclul imbricat nu va mai functiona data viitoare.
Pentru a rezolva aceasta problema, incrementam celula si #4, si
recopiem celula #4 in celula #2. In final, celula #3 este rezultatul.
-
```
Așadar acesta este limbajul brainfuck. Nu e atât de greu, nu? Pentru
diff --git a/ro-ro/elixir-ro.html.markdown b/ro-ro/elixir-ro.html.markdown
index 60500d64..a7242e64 100644
--- a/ro-ro/elixir-ro.html.markdown
+++ b/ro-ro/elixir-ro.html.markdown
@@ -16,7 +16,6 @@ E total compatibil cu Erlang, dar are o sintaxă mai prietenoasă și propune ma
posibilități.
```elixir
-
# Comentariile de o linie încep cu simbolul diez.
# Pentru comentarii pe mai multe linii nu există sintaxă separată,
diff --git a/ro-ro/haskell-ro.html.markdown b/ro-ro/haskell-ro.html.markdown
index b0cc4099..236f0e46 100644
--- a/ro-ro/haskell-ro.html.markdown
+++ b/ro-ro/haskell-ro.html.markdown
@@ -434,8 +434,8 @@ infixl 6 +
What is your name?
Friend!
Hello, Friend!
-
```
+
Mai sunt multe de spus despre Haskell, printre care typclasses și monade.
Acestea sunt marile idei care fac programarea în Haskell atât de interesantă.
Vă las un exemplu final în Haskell: o variantă de implementare a sortării rapide
diff --git a/ro-ro/pythonlegacy-ro.html.markdown b/ro-ro/pythonlegacy-ro.html.markdown
index a368ff99..aa94ad78 100644
--- a/ro-ro/pythonlegacy-ro.html.markdown
+++ b/ro-ro/pythonlegacy-ro.html.markdown
@@ -471,8 +471,6 @@ math.sqrt(16) == m.sqrt(16) #=> True
# Cu "dir" inspectăm ce funcţii conţine un modul
import math
dir(math)
-
-
```
## Doriţi mai mult?
diff --git a/ro-ro/xml-ro.html.markdown b/ro-ro/xml-ro.html.markdown
index 269010c2..ecc7d9d7 100644
--- a/ro-ro/xml-ro.html.markdown
+++ b/ro-ro/xml-ro.html.markdown
@@ -63,8 +63,6 @@ informatia, ci doar o transporta.
<!-- Dedesubt, un element cu doua atribute -->
<file type="gif" id="4293">computer.gif</file>
-
-
```
* Document bine formatat x Validare
@@ -79,7 +77,6 @@ contextul documentului.
Cu acest tool poti verifica datele XML in afara codului aplicatiei.
```xml
-
<!-- Dedesubt este o versiune simplificata a documentului librarie,
cu aditia definitiei DTD.-->