Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot support multiple markdown areas #1

Open
Cyvadra opened this issue Dec 18, 2024 · 1 comment
Open

Cannot support multiple markdown areas #1

Cyvadra opened this issue Dec 18, 2024 · 1 comment

Comments

@Cyvadra
Copy link

Cyvadra commented Dec 18, 2024

I used VueMarkdownRender in a table, like:

      <el-descriptions
              class="margin-top"
              :column="1"
              border
              style="margin: 8px;"
      >        
          <el-descriptions-item :span="1">            
              <template #label>
                <div class="cell-item">
                  Description
                </div>
              </template>
              {{ formData.content }}            
          </el-descriptions-item>
          <br>
          <el-descriptions-item :span="1">            
              <template #label>
                <div class="cell-item">
                  Content
                </div>
              </template>
              <VueMarkdownRender>{{ formData.a }}</VueMarkdownRender>
          </el-descriptions-item>        
      </el-descriptions>

Popup dialog remains the same content. It didn't change with different rows of data.
Besides, some mardown content contains HTML elements like table cells. Are those supposed to be supported?

@hojas
Copy link
Owner

hojas commented Jan 6, 2025

Could you provide a reproduction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants