AppFlowy-IO / AppFlowy

Bring projects, wikis, and teams together with AI. AppFlowy is an AI collaborative workspace where you achieve more without losing control of your data. The best open source alternative to Notion.
https://www.appflowy.io
GNU Affero General Public License v3.0
57.55k stars 3.77k forks source link

[FR] add markdown (###header .......) #6152

Closed OussamaTabzioui closed 1 month ago

OussamaTabzioui commented 2 months ago

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

emmggi commented 2 months ago

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?