[GH-ISSUE #6152] [FR] add markdown (###header .......) #2721

Closed
opened 2026-03-23 21:24:43 +00:00 by mirror · 1 comment
Owner

Originally created by @OussamaTabzioui on GitHub (Sep 1, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6152

Description

THIS IS SAMPLE TEXT (LOOK AT PREVIEW AND MD AND LOOK FOR THE DEFFENRENT ) , THAT WHAT WE NEED ,
Creating a developer portfolio with Laravel is a great idea to showcase your skills and projects. Here's a step-by-step guide to help you get started:

Step 1: Setting Up Laravel

  1. Install Composer: Make sure you have Composer installed on your machine. You can download it from getcomposer.org.

  2. Install Laravel: Run the following command to install Laravel globally:

    composer global require laravel/installer
    
  3. Create a New Laravel Project: Create a new Laravel project for your portfolio.

    laravel new portfolio
    cd portfolio
    

Step 2: Set Up Authentication

  1. Install Laravel Breeze: For authentication, you can use Laravel Breeze.
    composer require laravel/breeze --dev
    php artisan breeze:install
    npm install && npm run dev
    php artisan migrate
    

Step 3: Create Database and Models

Impact

Everyone need this , because they all use chatGpt and claude and ...,

Additional Context

No response

Originally created by @OussamaTabzioui on GitHub (Sep 1, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6152 ### Description THIS IS SAMPLE TEXT (LOOK AT PREVIEW AND MD AND LOOK FOR THE DEFFENRENT ) , THAT WHAT WE NEED , Creating a developer portfolio with Laravel is a great idea to showcase your skills and projects. Here's a step-by-step guide to help you get started: ### Step 1: Setting Up Laravel 1. **Install Composer**: Make sure you have Composer installed on your machine. You can download it from [getcomposer.org](https://getcomposer.org/). 2. **Install Laravel**: Run the following command to install Laravel globally: ```bash composer global require laravel/installer ``` 3. **Create a New Laravel Project**: Create a new Laravel project for your portfolio. ```bash laravel new portfolio cd portfolio ``` ### Step 2: Set Up Authentication 1. **Install Laravel Breeze**: For authentication, you can use Laravel Breeze. ```bash composer require laravel/breeze --dev php artisan breeze:install npm install && npm run dev php artisan migrate ``` ### Step 3: Create Database and Models ### Impact Everyone need this , because they all use chatGpt and claude and ..., ### Additional Context _No response_
Author
Owner

@emmggi commented on GitHub (Sep 1, 2024):

You can already create headings using markdown syntax. Note the space after the hash symbol.

### Text

Or is something else the problem and I misunderstood you?

<!-- gh-comment-id:2323317894 --> @emmggi commented on GitHub (Sep 1, 2024): You can already create headings using markdown syntax. Note the space after the hash symbol. ``` ### Text ``` Or is something else the problem and I misunderstood you?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2721
No description provided.