0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Backlogのメモ

Posted at

メモ

Backlogで綺麗に書くためのメモ
バックログは、書き方の設定が2種類あるらしい!
マークアップ言語の設定ともう一つあるみたいだが、今回はマークアップ言語の時のみ使用可能!
Qiitaに書いてみたらQiitaもマークアップ言語を使っているみたいなので、わざと邪魔な文字を入れているのそれを削除などして使うこと。

◆タイトルを作る

📕できるもの

【タイトル】

✍️書き方

※「!」は消してください

!## 【タイトル】




◆文字を太くする

📕できるもの

変数名を変更しました

✍️書き方

※「空白」は消してください

**変数名を変更しました **




◆テーブルを作る

📕できるもの

No. ファイル名 詳細 ステータス
1 admin/xxx.php データjoin 要確認
2 admin/yyy.php $xxx でjoin 完了?
3 admin/xxx_controller.yyy.php テスト用? 修正不要
4 admin/xxx.yyy.php 不使用? 修正
5 admin/xxxyyy.php 不使用? 不要

✍️書き方 

※「!」は消してください

No. | ファイル名 | 詳細 | ステータス
!------------- | ------------- | ------------- | -------------
1 | admin/xxx.php | データjoin | 要確認
2 | admin/yyy.php |$xxx でjoin | 完了?
3 | admin/xxx_controller.yyy.php | テスト用? | 修正不要
4 | admin/xxx.yyy.php | 不使用? | 修正
5 | admin/xxxyyy.php | 不使用? | 不要




◆黒背景を作る

📕できるもの


$fruit = "banana";

echo $fruit;

✍️書き方

※「`」は半角を使ってください!
下記はQiitaで勝手に変換されてしまうので全角を使用しています。
mac & windows→「Shift」 + 「@」

```
$fruit = "banana";

echo $fruit;

```

以上がよく使っててるやつです。

随時更新します
2022-06-15(最終更新日)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?