Mahesh Jamdade
Mahesh Jamdade
This issue is a consolidated list of issues when rendering markdown - [x] Line break not working on a single \n - [x] inline code showing back tick - [...
Add a Community Notes Section which will allow users to make their notes publicly available and searchable - [ ] Add a Community Notes Section - [ ] User should...
Add the ability to lock the pastelog with a password - [ ] When a user clicks a pastelog link if it is protected prompt for a password - [...
Notice the inline code marked in red, it is overlapping the text  output log: https://pastelog.vercel.app/logs/publish/srD3g9RsS8NXSKgaoC0D/
When a delete dialog is open Clicking on a dismissable area or on the dialog is changing the selected Item in the list.
Admin mode is required to manage certain functionalities of app - [ ] Add a toggle to switch to admin mode *Admin Features* - [ ] Add a document guide...
- [ ] Keep track of Fork History - [ ] Allow navigating via forks via publish/id
- [X] Log type text - [ ] Log type code with [Code formatting ](https://www.npmjs.com/package/prettier) and [Syntax Highlighting](https://github.com/shikijs/shiki) - [ ] Log type file can upload files upto 50 mb
https://github.com/user-attachments/assets/70d2adab-154c-4bd9-b6fd-f14be5854114 code sample ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( home: DraggableScrollableDemo(), ); }...
**Description** While a shorebird command is already running it would be nice to be able to run another instance of shorebird parallely ``` mahesh@MacBook-Pro-10 life_in_dots % shorebird doctor Waiting for...