Skip to content

You can creat TowColumnsSlide with markdown, HTML/CSS and Marp.

Notifications You must be signed in to change notification settings

HasseDAC/TowColumnsSlide_with_Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to TowColumnsSlide

Feature

  • You can creat TowColumnsSlide with markdown, HTML/CSS and Marp.

With markdown, you can usually only create articles in one column, Using the sample HTML and Marp, you can create a two-columns slide.

You can arrange program code and its execution results side by side, or images side by side. Use the PDF output for programming training and documentation.

markdownでは通常1カラムでしか記事を作ることが出来ませんが、 サンプルのHTMLとMarpを使うことで2カラムのスライドを作ることが出来ます。

プログラムコードとその実行結果を横に並べたり、画像を横に並べたりすることができます。 PDF出力してプログラミングの研修や資料作成にお使いください。

How to use

  1. Open the VScode

  2. Install "Marp for VS Code"
    https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode

  3. Open and Edit the TwoColumnsSlide.md file in VScode

  4. To add two columns, write the following HTML


  1. VScodeを開きます

  2. 拡張機能である"Marp for VS Code"をインストールします
    https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode

  3. TwoColumnsSlide.md ファイルを開いて編集します。

  4. 2カラムの表示には、以下のHTMLを記述します。


<div class="column-one">
<div class="column-left">

### LeftHeadLine

 <!-- Content -->

</div>

<div class="column-right">

### RightHeadLine

<!-- Content -->

</div>
</div>

About

You can creat TowColumnsSlide with markdown, HTML/CSS and Marp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published