Project

General

Profile

Defect #43920 » add-alerts-section-to-tamil-commonmark-help.patch

Go MAEDA, 2026-04-02 07:42

View differences:

app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb
27 27
  <li><a href='#12'>குறுநிரல்கள்</a></li>
28 28
  <li><a href='#13'>சிறப்பம்ச குறியீடு</a></li>
29 29
  <li><a href='#15'>Raw HTML</a></li>
30
  <li><a href='#16'>Alerts</a></li>
30 31
</ul>
31 32

  
32 33
<h2><a name="2" class="wiki-page"></a>இணைப்புகள்</h2>
......
377 378
  மிதவை
378 379
</code></pre>
379 380

  
381
    <h2><a name="16" class="wiki-page"></a>Alerts</h2>
382

  
383
    <p>
384
    <dl>
385
      <dt><code>NOTE</code></dt>
386
      <dd>
387
        <pre><code>> [!NOTE]<br>> Wiki page edits are preserved as history, allowing you to restore previous versions if needed.</code></pre>
388
        <div class="markdown-alert markdown-alert-note">
389
        <p class="markdown-alert-title">Note</p>
390
        <p>Wiki page edits are preserved as history, allowing you to restore previous versions if needed.</p>
391
        </div>
392
      </dd>
393
      <dt><code>TIP</code></dt>
394
      <dd>
395
      <pre><code>> [!TIP]<br>> To quickly review the update history of an issue, use the "History" tab for convenient access.</code></pre>
396
      <div class="markdown-alert markdown-alert-tip">
397
          <p class="markdown-alert-title">Tip</p>
398
          <p>To quickly review the update history of an issue, use the "History" tab for convenient access.</p>
399
      </div>
400
      </dd>
401
      <dt><code>IMPORTANT</code></dt>
402
      <dd>
403
      <pre><code>> [!IMPORTANT]<br>> Changing role permissions can affect user access across all projects, so be mindful of potential impacts.</code></pre>
404
      <div class="markdown-alert markdown-alert-important">
405
          <p class="markdown-alert-title">Important</p>
406
          <p>Changing role permissions can affect user access across all projects, so be mindful of potential impacts.</p>
407
      </div>
408
      </dd>
409
      <dt><code>CAUTION</code></dt>
410
      <dd>
411
      <pre><code>> [!CAUTION]<br>> When installing plugins, make sure to verify compatibility. Version differences can cause unexpected behavior.</code></pre>
412
      <div class="markdown-alert markdown-alert-caution">
413
          <p class="markdown-alert-title">Caution</p>
414
          <p>When installing plugins, make sure to verify compatibility. Version differences can cause unexpected behavior.</p>
415
      </div>
416
      </dd>
417
      <dt><code>WARNING</code></dt>
418
      <dd>
419
      <pre><code>> [!WARNING]<br>> Deleting an issue is a permanent action. Be certain it is truly necessary before proceeding.</code></pre>
420
      <div class="markdown-alert markdown-alert-warning">
421
          <p class="markdown-alert-title">Warning</p>
422
          <p>Deleting an issue is a permanent action. Be certain it is truly necessary before proceeding.</p>
423
      </div>
424
      </dd>
425
    </dl>
426
    </p>
427

  
380 428
</body>
381 429
</html>
(1-1/2)